summaryrefslogtreecommitdiffstats
path: root/templates/show_album_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
commitf593f18131d6a0cbf30b558b208e86b9fc957f13 (patch)
treeaf665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /templates/show_album_row.inc.php
parent14019e88c5370df8251b8d9836ea5867b670af1c (diff)
downloadampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip
Commit, still no internet paying for it.. curse you free.fr
Diffstat (limited to 'templates/show_album_row.inc.php')
-rw-r--r--templates/show_album_row.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php
index 734bacb1..fd712364 100644
--- a/templates/show_album_row.inc.php
+++ b/templates/show_album_row.inc.php
@@ -44,7 +44,6 @@
<?php echo get_user_icon('comment',_('Post Shout')); ?>
</a>
<?php } ?>
- <?php echo Ajax::button('?page=tag&action=show_add_tag&type=album&id=' . $album->id,'add_tag',_('Add Tag'),'add_album_tag_' . $album->id); ?>
<?php if (Access::check_function('batch_download')) { ?>
<a href="<?php echo Config::get('web_path'); ?>/batch.php?action=album&amp;id=<?php echo $album->id; ?>">
<?php echo get_user_icon('batch_download',_('Batch Download')); ?>