summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2007-08-01 03:33:40 +0000
committerxgizzmo <xgizzmo@ampache>2007-08-01 03:33:40 +0000
commit67fd06887b1659569a6c2b61f2c700560bb71cd5 (patch)
tree2234814fc92ed06504865a4fd368782462564760 /templates/show_artist.inc.php
parentf4812a7921ea60f8519d9d2593d9a667faa14ff6 (diff)
downloadampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.tar.gz
ampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.tar.bz2
ampache-67fd06887b1659569a6c2b61f2c700560bb71cd5.zip
Replace references to old code with new code
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r--templates/show_artist.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php
index 6756ae05..17558b42 100644
--- a/templates/show_artist.inc.php
+++ b/templates/show_artist.inc.php
@@ -42,10 +42,10 @@ foreach ($albums as $album_id) {
<tr class="<?php echo flip_class(); ?>">
<td align="center">
<span onclick="ajaxPut('<?php echo Config::get('ajax_url'); ?>?action=basket&amp;type=album&amp;id=<?php echo $album->id; ?>');return true;" >
- <?php echo get_user_icon('add','',_('Add')); ?>
+ <?php echo get_user_icon('add',_('Add')); ?>
</span>
<span onclick="ajaxPut('<?php echo Config::get('ajax_url'); ?>?action=basket&amp;type=album_random&amp;id=<?php echo $album->id; ?>');return true;" >
- <?php echo get_user_icon('random','',_('Random')); ?>
+ <?php echo get_user_icon('random',_('Random')); ?>
</span>
</td>
<td height="87">