summaryrefslogtreecommitdiffstats
path: root/templates/show_random_albums.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-09-24 19:49:38 +0000
committerspocky <spocky@ampache>2007-09-24 19:49:38 +0000
commit0dce31de404c46555b0c0d9c58297b506e50e4f8 (patch)
tree803d317fff41537473c0d1ae77d971ab82df3f67 /templates/show_random_albums.inc.php
parenta3d16d1cd6ec1b2fbba373177468a91a6ab49c99 (diff)
downloadampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.gz
ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.tar.bz2
ampache-0dce31de404c46555b0c0d9c58297b506e50e4f8.zip
- Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r--templates/show_random_albums.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php
index 6a15e58a..99d49bff 100644
--- a/templates/show_random_albums.inc.php
+++ b/templates/show_random_albums.inc.php
@@ -31,7 +31,7 @@ $web_path = Config::get('web_path');
<div class="random_album">
<a href="<?php echo $web_path; ?>/albums.php?action=show&amp;album=<?php echo $album_id; ?>">
<?php if (Config::get('show_album_art')) { ?>
- <img src="<?php echo $web_path; ?>/image.php?thumb=3&amp;id=<?php echo $album_id; ?>" width="80" height="80" border="0" alt="<?php echo $name; ?>" title="<?php echo $name; ?>" />
+ <img src="<?php echo $web_path; ?>/image.php?thumb=3&amp;id=<?php echo $album_id; ?>" width="80" height="80" alt="<?php echo $name; ?>" title="<?php echo $name; ?>" />
<?php } else { ?>
<?php echo '[' . $album->f_artist . '] ' . $album->f_name; ?>
<?php } ?>