summaryrefslogtreecommitdiffstats
path: root/templates/show_album.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-31 09:04:30 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-31 09:04:30 +0000
commit621f007155dc1e3a8a5b916e246018df4a25d4f3 (patch)
treec3f987cc3d43d8fdfac0680fd23cd3695fbac30a /templates/show_album.inc
parentfe4774127f292ce94ab79771bc72cbb7ca4db371 (diff)
downloadampache-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.inc2
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 . "&amp;type=popup\">";
echo "<img border=\"0\" src=\"" . conf('web_path') . "/albumart.php?id=" . $album->id . "&amp;thumb=2\" alt=\"Album Art\" height=\"128\" />";
echo "</a>\n";
}