diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-09 00:13:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-09 00:13:21 +0000 |
commit | b0caed617c15e4835149411e0b6d53f0ae1daaae (patch) | |
tree | f593983bc1ee374c15f053d80ed3a9c046c1f8a7 /templates | |
parent | 494cb10de07a4753fd01c5922f928d7730979bf4 (diff) | |
download | ampache-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.inc | 2 |
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; ?>&type=popup" onclick="popup_art('<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&type=popup'); return false;"> - <img align="middle" border="0" src="albumart.php?id=<?php echo $song->album; ?>&fast=1&thumb=1" alt="Album Art" height="75" /> + <img align="middle" border="0" src="<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&fast=1&thumb=1" alt="Album Art" height="75" /> </a> </div> </td> |