diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 09:04:30 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-31 09:04:30 +0000 |
commit | 621f007155dc1e3a8a5b916e246018df4a25d4f3 (patch) | |
tree | c3f987cc3d43d8fdfac0680fd23cd3695fbac30a /templates/show_album.inc | |
parent | fe4774127f292ce94ab79771bc72cbb7ca4db371 (diff) | |
download | ampache-621f007155dc1e3a8a5b916e246018df4a25d4f3.tar.gz ampache-621f007155dc1e3a8a5b916e246018df4a25d4f3.tar.bz2 ampache-621f007155dc1e3a8a5b916e246018df4a25d4f3.zip |
add album art pop-up mojo from Di-Fosfor
Diffstat (limited to 'templates/show_album.inc')
-rw-r--r-- | templates/show_album.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album.inc b/templates/show_album.inc index 6a466aab..bd6cbcf8 100644 --- a/templates/show_album.inc +++ b/templates/show_album.inc @@ -49,7 +49,7 @@ $username=$user->username; <td width="140" align="center"> <?php if ($album_name != "Unknown (Orphaned)") { - echo "<a target=\"_blank\" href=\"" . conf('web_path') . "/albumart.php?id=" . $album->id . "\">"; + echo "<a target=\"_blank\" href=\"" . conf('web_path') . "/albumart.php?id=" . $album->id . "&type=popup\">"; echo "<img border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $album->id . "&thumb=2\" alt=\"Album Art\" height=\"128\" />"; echo "</a>\n"; } |