summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-07-30 16:22:01 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-07-30 16:22:01 +0000
commit0cf99f9a6c1a797017c146d8a7f19da934c153c4 (patch)
tree369f5ec65ded5a13a5fe0346886545ab06ab9b0a /templates/show_artist.inc
parentafa1173a19e08606b5f159807bdf93e84896deac (diff)
downloadampache-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.inc3
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 *** -->