diff options
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r-- | templates/show_artist.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc index 7c7420da..0048c84e 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -21,10 +21,11 @@ */ //FIXME: I don't like having to re-create this friggin object.. :( -global $user; $artist_id = $artist->id; $web_path = conf('web_path'); ?> +<?php show_alphabet_form('',_('Artists'),'artists.php?action=match'); ?> +<?php show_alphabet_form('',_('Albums'),'albums.php?aciont=mathc'); ?> <br /> <?php require (conf('prefix') . '/templates/show_artist_box.inc.php'); ?> <!-- *** Multi-Album Art Display Thx MrBlahh Updated by clader *** --> |