diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 22:27:45 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 22:27:45 +0000 |
commit | d61f395465ed22effccd154782fde7f78f903dbf (patch) | |
tree | c3e48c5b1e46baa95383473cfc2f2555fc60b528 /templates/show_artist.inc.php | |
parent | 3fa94f564493d930f5049526e18d35c1213ba9ca (diff) | |
download | ampache-d61f395465ed22effccd154782fde7f78f903dbf.tar.gz ampache-d61f395465ed22effccd154782fde7f78f903dbf.tar.bz2 ampache-d61f395465ed22effccd154782fde7f78f903dbf.zip |
more tweaks, hopefully fixing the flash player mostly needs to be embeded to fix some remaining bugs
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r-- | templates/show_artist.inc.php | 5 |
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&album_id=<?php echo $album->id; ?>"> - <?php echo get_user_icon('edit'); ?> - </a> - <?php } ?> </td> </tr> <?php } //end foreach ($albums as $album)?> |