summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r--templates/show_artist.inc4
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');
&nbsp;&nbsp;<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']; ?>&amp;artist=<?php echo $artist->id ?>&amp;keep_view=true&amp;sort_type=album.name&amp;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']; ?>&amp;artist=<?php echo $artist->id ?>&amp;keep_view=true&amp;sort_type=album.year&amp;sort_order=0"><?php echo _('Album Year'); ?></th>
<th><?php echo _('Total Tracks'); ?></th>
<th><?php echo _('Action'); ?></th>
</tr>