diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-07-30 16:22:01 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-07-30 16:22:01 +0000 |
commit | 0cf99f9a6c1a797017c146d8a7f19da934c153c4 (patch) | |
tree | 369f5ec65ded5a13a5fe0346886545ab06ab9b0a /templates/show_artist.inc | |
parent | afa1173a19e08606b5f159807bdf93e84896deac (diff) | |
download | ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.tar.gz ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.tar.bz2 ampache-0cf99f9a6c1a797017c146d8a7f19da934c153c4.zip |
a few updates/fixes for localplay
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 *** --> |