diff options
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r-- | templates/show_artist.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc index 748f5b75..1521f728 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -34,8 +34,8 @@ $web_path = conf('web_path'); <a href="#" onclick="check_songs(); return false;"><?php echo _('Select'); ?></a> </th> <th><?php echo _('Cover'); ?></th> - <th><?php echo _('Album Name'); ?></th> - <th><?php echo _('Album Year'); ?></th> + <th><a href="<?php echo $web_path; ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&artist=<?php echo $artist->id ?>&keep_view=true&sort_type=album.name&sort_order=0"><?php echo _('Album Name'); ?></th> + <th><a href="<?php echo $web_path; ?>/<?php echo $_SESSION['view_script']; ?>?action=<?php echo $_REQUEST['action']; ?>&artist=<?php echo $artist->id ?>&keep_view=true&sort_type=album.year&sort_order=0"><?php echo _('Album Year'); ?></th> <th><?php echo _('Total Tracks'); ?></th> <th><?php echo _('Action'); ?></th> </tr> |