diff options
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"> |