name) . ' (' . $album->year . ') -- ' . $album->f_artist;
?>
:
id,_('Play Album'),'play_full_' . $album->id); ?>
id,_('Play Random from Album'),'play_random_' . $album->id); ?>
has_access('75')) { ?>
has_access('75')) || (!Config::get('use_auth'))) { ?>
name . ' ' . _('Songs'));
$object_ids = $album->get_songs();
require Config::get('prefix') . '/templates/show_songs.inc.php';
show_box_bottom();
?>