diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-29 00:55:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-29 00:55:05 +0000 |
commit | 49ca88ee622ae1b334d231c5d954c5dc647ce06f (patch) | |
tree | 8d68da761578c8e3d3e9e806361b73a97b2835cb /templates/show_tv_nowplaying.inc.php | |
parent | 1a22c7c3170af9345b57e51a6b007983e3ecd6e5 (diff) | |
download | ampache-49ca88ee622ae1b334d231c5d954c5dc647ce06f.tar.gz ampache-49ca88ee622ae1b334d231c5d954c5dc647ce06f.tar.bz2 ampache-49ca88ee622ae1b334d231c5d954c5dc647ce06f.zip |
renamed albumart.php to image.php and prepared for the find album art page fixes
Diffstat (limited to 'templates/show_tv_nowplaying.inc.php')
-rw-r--r-- | templates/show_tv_nowplaying.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_tv_nowplaying.inc.php b/templates/show_tv_nowplaying.inc.php index 930d5444..94e4dee2 100644 --- a/templates/show_tv_nowplaying.inc.php +++ b/templates/show_tv_nowplaying.inc.php @@ -30,8 +30,8 @@ foreach ($results as $row) { ?> <tr> <td> - <a target="_blank" href="<?php echo $web_path; ?>/albumart.php?id=<?php echo $row['song']->album; ?>&type=popup" onclick="popup_art('<?php echo $web_path; ?>/albumart.php?id=<?php echo $row['song']->album; ?>&type=popup'); return false;"> - <img align="middle" border="0" src="<?php echo $web_path; ?>/albumart.php?id=<?php echo $row['song']->album; ?>&fast=1" /> + <a target="_blank" href="<?php echo $web_path; ?>/image.php?id=<?php echo $row['song']->album; ?>&type=popup&sid=<?php echo session_id(); ?>" onclick="popup_art('<?php echo $web_path; ?>/image.php?id=<?php echo $row['song']->album; ?>&type=popup&sid=<?php echo session_id(); ?>'); return false;"> + <img align="middle" border="0" src="<?php echo $web_path; ?>/image.php?id=<?php echo $row['song']->album; ?>&fast=1" /> </a> </td> </tr> |