summaryrefslogtreecommitdiffstats
path: root/templates/show_album_art.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-03 09:14:38 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-03 09:14:38 +0000
commit99baf7582de072847cf6307d5b291168520554b1 (patch)
tree237171eb19f3a9012488cd7f2c5b82608a17b861 /templates/show_album_art.inc.php
parent28f7ad7026a864479feb92007315a22096c9e6d2 (diff)
downloadampache-99baf7582de072847cf6307d5b291168520554b1.tar.gz
ampache-99baf7582de072847cf6307d5b291168520554b1.tar.bz2
ampache-99baf7582de072847cf6307d5b291168520554b1.zip
added paging to the playlist view, corrected a few stupid parse errors / mistakes
Diffstat (limited to 'templates/show_album_art.inc.php')
-rw-r--r--templates/show_album_art.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album_art.inc.php b/templates/show_album_art.inc.php
index 37ecca54..dc7afc47 100644
--- a/templates/show_album_art.inc.php
+++ b/templates/show_album_art.inc.php
@@ -38,7 +38,7 @@ while ($i <= $rows) {
?>
<td align="center">
<a href="<?php echo $image_url; ?>" target="_blank">
- <img src="<?php echo $image_url; ?>" alt="Album Art" height="175" width="175" /><br />
+ <img src="<?php echo $image_url; ?>" alt="Album Art" border="0" height="175" width="175" /><br />
</a>
<p align="center">
[<a href="<?php echo Config::get('web_path'); ?>/albums.php?action=select_art&amp;image=<?php echo $key; ?>&amp;album_id=<?php echo urlencode($_REQUEST['album_id']); ?>">Select</a>]