summaryrefslogtreecommitdiffstats
path: root/templates/show_artist_box.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-04 18:03:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-04 18:03:18 +0000
commit979d3b0f5e8060060a331d382251557caf7ca2b6 (patch)
treebbe6f8a7f0582272e82f90cc13a7daafbd69f5be /templates/show_artist_box.inc.php
parentf6cc5f19d2d3746a1adae1b3f7cd4e784127f02c (diff)
downloadampache-979d3b0f5e8060060a331d382251557caf7ca2b6.tar.gz
ampache-979d3b0f5e8060060a331d382251557caf7ca2b6.tar.bz2
ampache-979d3b0f5e8060060a331d382251557caf7ca2b6.zip
fixed few dead links, and cli update_catalog and dump_album_art
Diffstat (limited to 'templates/show_artist_box.inc.php')
-rw-r--r--templates/show_artist_box.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_artist_box.inc.php b/templates/show_artist_box.inc.php
index 08cb7c6f..351ce072 100644
--- a/templates/show_artist_box.inc.php
+++ b/templates/show_artist_box.inc.php
@@ -36,7 +36,6 @@ if (Config::get('ratings')) {
<?php echo Ajax::text('?action=basket&type=artist_random&id=' . $artist->id,_('Play Random Songs By') . ' ' . $artist->f_name,'play_random_artist'); ?><br />
<?php if ($GLOBALS['user']->has_access('50')) { ?>
<a href="<?php echo $web_path; ?>/artists.php?action=update_from_tags&amp;artist=<?php echo $artist->id; ?>"><?php echo _("Update from tags"); ?></a><br />
- <a href="<?php echo $web_path; ?>/artists.php?action=show_rename&amp;artist=<?php echo $artist->id; ?>"><?php echo _("Rename Artist"); ?></a><br />
<a href="<?php echo $web_path; ?>/artists.php?action=show_similar&amp;artist=<?php echo $artist->id; ?>"><?php echo _("Find duplicate artists"); ?></a><br />
<?php } ?>
<?php if (Plugin::is_installed('OpenStrands')) { ?>