diff options
author | xgizzmo <xgizzmo@ampache> | 2007-08-01 03:33:40 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-08-01 03:33:40 +0000 |
commit | 67fd06887b1659569a6c2b61f2c700560bb71cd5 (patch) | |
tree | 2234814fc92ed06504865a4fd368782462564760 /templates/show_artist.inc.php | |
parent | f4812a7921ea60f8519d9d2593d9a667faa14ff6 (diff) | |
download | ampache-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.php | 4 |
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&type=album&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&type=album_random&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"> |