diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-24 10:19:06 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-11-24 10:19:06 +0000 |
commit | 8f78e6885bbbb977af00ce54c74fa2006e384e9a (patch) | |
tree | f32bedca137f9a36019b6e68912f9001de1bc8fe /templates/show_albums.inc.php | |
parent | 7a4d5df34f6391a7f94023112fbeb0bba330ffa5 (diff) | |
download | ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.tar.gz ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.tar.bz2 ampache-8f78e6885bbbb977af00ce54c74fa2006e384e9a.zip |
fixed some browsing stuff that I broke a while back
Diffstat (limited to 'templates/show_albums.inc.php')
-rw-r--r-- | templates/show_albums.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 962739ce..3c7b316e 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -60,10 +60,10 @@ $ajax_url = Config::get('ajax_url'); <?php if (Browse::get_filter('show_art')) { ?> <th class="cel_cover"><?php echo _('Cover'); ?></th> <?php } ?> - <th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Album'),'album_sort_name'); ?></th> + <th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&sort=name',_('Album'),'album_sort_name_bottom'); ?></th> <th class="cel_artist"><?php echo _('Artist'); ?></th> <th class="cel_songs"><?php echo _('Songs'); ?></th> - <th class="cel_year"><?php echo Ajax::text('?page=browse&action=set_sort&sort=year',_('Year'),'album_sort_year'); ?></th> + <th class="cel_year"><?php echo Ajax::text('?page=browse&action=set_sort&sort=year',_('Year'),'album_sort_year_bottom'); ?></th> <th class="cel_action"><?php echo _('Actions'); ?></th> </tr> </table> |