diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_artist.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php index 408e6b5e..d14bc665 100644 --- a/templates/show_artist.inc.php +++ b/templates/show_artist.inc.php @@ -54,6 +54,9 @@ if (Config::get('ratings')) { <?php echo Ajax::button('?action=basket&type=artist_random&id=' . $artist->id,'random',_('Random'),'random_' . $artist->id); ?> <?php echo Ajax::text('?action=basket&type=artist_random&id=' . $artist->id, sprintf(_('Add Random Songs By %s'), $artist->f_name),'random_text_' . $artist->id); ?> </li> +<li> + <a href="<?php echo $web_path; ?>/artists.php?action=show_like&artist=<?php echo $artist->id; ?>"><?php echo get_user_icon('view'); ?></a> <a href="<?php echo $web_path; ?>/artists.php?action=show_like&artist=<?php echo $artist->id; ?>"><?php printf(_("Show Similar to %s"), $artist->f_name); ?></a> +</li> <?php if (Access::check('interface','50')) { ?> <li> <a href="<?php echo $web_path; ?>/artists.php?action=update_from_tags&artist=<?php echo $artist->id; ?>"><?php echo get_user_icon('cog', _('Update from tags')); ?></a> |