summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r--templates/show_artist.inc.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php
index 0e7613a1..6756ae05 100644
--- a/templates/show_artist.inc.php
+++ b/templates/show_artist.inc.php
@@ -64,11 +64,6 @@ foreach ($albums as $album_id) {
<?php echo get_user_icon('batch_download'); ?>
</a>
<?php } ?>
- <?php if ($GLOBALS['user']->has_access('100')) { ?>
- <a href="<?php echo $web_path; ?>/admin/flag.php?action=show_edit_album&amp;album_id=<?php echo $album->id; ?>">
- <?php echo get_user_icon('edit'); ?>
- </a>
- <?php } ?>
</td>
</tr>
<?php } //end foreach ($albums as $album)?>