* @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 * @version PHP 5.2 * @link http://www.ampache.org/ * @since File available since Release 1.0 */ $web_path = Config::get('web_path'); $ajax_url = Config::get('ajax_url'); // Title for this album $title = scrub_out($album->name) . ' (' . $album->year . ')'; if ($album->disk) { $title .= "disk . "\">, " . _('Disk') . " " . $album->disk . ""; } $title .= ' - ' . $album->f_artist_link; ?>
name != _('Unknown (Orphaned)')) { $name = '[' . $album->f_artist . '] ' . scrub_out($album->full_name); $aa_url = $web_path . "/image.php?id=" . $album->id . "&type=popup&sid=" . session_id(); echo ""; echo "\"".$name."\""; echo "\n"; } ?>
id,'album'); ?>

:

 
set_type('song'); $browse->set_simple_browse(true); $browse->set_filter('album', $album->id); $browse->set_sort('track', 'ASC'); $browse->get_objects(); $browse->show_objects(); $browse->store(); ?>