summaryrefslogtreecommitdiffstats
path: root/templates/show_albums.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-26 04:04:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-26 04:04:24 +0000
commita41697ea25a58ea5db5ed46a251fb62364626b1b (patch)
tree9754a325a5c700135e69e341b47d2658d2344762 /templates/show_albums.inc
parent0635397ab2bd5afc6789cef56b9a9d87bd52bcfd (diff)
downloadampache-a41697ea25a58ea5db5ed46a251fb62364626b1b.tar.gz
ampache-a41697ea25a58ea5db5ed46a251fb62364626b1b.tar.bz2
ampache-a41697ea25a58ea5db5ed46a251fb62364626b1b.zip
tweaked icons to use built in functions and removed them from where there were not icons for every optin, added recently played
Diffstat (limited to 'templates/show_albums.inc')
-rw-r--r--templates/show_albums.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_albums.inc b/templates/show_albums.inc
index e9fb597d..e76d2b1a 100644
--- a/templates/show_albums.inc
+++ b/templates/show_albums.inc
@@ -61,7 +61,7 @@ foreach ($albums as $album) {
<a href="<?php echo $web_path; ?>/song.php?action=album&amp;album_id=<?php echo $album->id; ?>"><?php echo _("All"); ?></a> |
<a href="<?php echo $web_path; ?>/song.php?action=album_random&amp;album_id=<?php echo $album->id; ?>"><?php echo _("Random"); ?></a>
<?php if (batch_ok()) { ?>
- | <a href="<?php echo $web_path; ?>/batch.php?action=alb&amp;id=<?php echo $album->id; ?>"><img src="<?php echo $web_path; ?>/images/icon_download.gif" border="0" alt="<?php echo _('Download'); ?>" /></a>
+ | <a href="<?php echo $web_path; ?>/batch.php?action=alb&amp;id=<?php echo $album->id; ?>"><?php echo _('Download'); ?></a>
<?php } ?>
</td>
</tr>