summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-09 00:13:21 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-02-09 00:13:21 +0000
commitb0caed617c15e4835149411e0b6d53f0ae1daaae (patch)
treef593983bc1ee374c15f053d80ed3a9c046c1f8a7 /templates
parent494cb10de07a4753fd01c5922f928d7730979bf4 (diff)
downloadampache-b0caed617c15e4835149411e0b6d53f0ae1daaae.tar.gz
ampache-b0caed617c15e4835149411e0b6d53f0ae1daaae.tar.bz2
ampache-b0caed617c15e4835149411e0b6d53f0ae1daaae.zip
fixed browse showing up in the starting with box
Diffstat (limited to 'templates')
-rw-r--r--templates/show_now_playing.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc
index ddd42718..b8204024 100644
--- a/templates/show_now_playing.inc
+++ b/templates/show_now_playing.inc
@@ -75,7 +75,7 @@ foreach ($results as $item) {
<td width="20%">
<div id="np_img_<?php echo $c; ?>">
<a target="_blank" href="<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&amp;type=popup" onclick="popup_art('<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&amp;type=popup'); return false;">
- <img align="middle" border="0" src="albumart.php?id=<?php echo $song->album; ?>&amp;fast=1&amp;thumb=1" alt="Album Art" height="75" />
+ <img align="middle" border="0" src="<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&amp;fast=1&amp;thumb=1" alt="Album Art" height="75" />
</a>
</div>
</td>