summaryrefslogtreecommitdiffstats
path: root/templates/show_albums.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_albums.inc.php')
-rw-r--r--templates/show_albums.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php
index 41d5ccb0..01f939fb 100644
--- a/templates/show_albums.inc.php
+++ b/templates/show_albums.inc.php
@@ -74,7 +74,7 @@ $web_path = Config::get('web_path');
<th class="cel_cover"><?php echo T_('Cover'); ?></th>
<?php } ?>
<th class="cel_album"><?php echo Ajax::text('?page=browse&action=set_sort&browse_id=' . $browse->id . '&sort=name', T_('Album'),'album_sort_name_bottom'); ?></th>
- <th class="cel_artist"><?php echo T_('Artist'); ?></th>
+ <th class="cel_artist"><?php echo Ajax::text('?page=browse&action=set_sort&browse_id=' . $browse->id . '&sort=artist', T_('Artist'),'album_sort_artist'); ?></th>
<th class="cel_songs"><?php echo T_('Songs'); ?></th>
<th class="cel_year"><?php echo Ajax::text('?page=browse&action=set_sort&browse_id=' . $browse->id . '&sort=year', T_('Year'),'album_sort_year_bottom'); ?></th>
<th class="cel_tags"><?php echo T_('Tags'); ?></th>