* @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 */ // First let's setup some vars we're going to use a lot $web_path = Config::get('web_path'); $ajax_url = Config::get('ajax_url'); ?> format(); ?>
id . '&sort=title', _('Song Title'), 'sort_song_title'); ?> id . '&sort=artist', _('Artist'), 'sort_song_artist'); ?> id . '&sort=album', _('Album'), 'sort_song_album'); ?> id . '&sort=track', _('Track'), 'sort_song_track'); ?> id . '&sort=time', _('Time'), 'sort_song_time'); ?>