diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-15 20:44:17 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-15 20:44:17 +0000 |
commit | 883a1d60d3993f606131108d8c5675617d94bc82 (patch) | |
tree | 213d9af47987ef68608217acc20bcd2726e9304b /templates/show_genres.inc.php | |
parent | 43cc00bb87743334aab8743eef056303ec126e1a (diff) | |
download | ampache-883a1d60d3993f606131108d8c5675617d94bc82.tar.gz ampache-883a1d60d3993f606131108d8c5675617d94bc82.tar.bz2 ampache-883a1d60d3993f606131108d8c5675617d94bc82.zip |
speed up amazon gather and fixed some logic issues, and switched to disks for the download icons
Diffstat (limited to 'templates/show_genres.inc.php')
-rw-r--r-- | templates/show_genres.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_genres.inc.php b/templates/show_genres.inc.php index 0ffd7492..59daf51d 100644 --- a/templates/show_genres.inc.php +++ b/templates/show_genres.inc.php @@ -52,7 +52,7 @@ foreach ($genres as $genre) { </a> <?php if (batch_ok()) { ?> <a href="<?php echo $genre->download_link; ?>"> - <?php echo get_user_icon('download'); ?> + <?php echo get_user_icon('batch_download'); ?> </a> <?php } ?> </td> |