diff options
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r-- | templates/show_album.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php index 3c49a3d1..9f7ac06a 100644 --- a/templates/show_album.inc.php +++ b/templates/show_album.inc.php @@ -37,7 +37,7 @@ $title .= ' - ' . $album->f_artist_link; $name = '[' . $album->f_artist . '] ' . scrub_out($album->full_name); $aa_url = $web_path . "/image.php?id=" . $album->id . "&type=popup&sid=" . session_id(); - echo "<a target=\"_blank\" href=\"$aa_url\" onclick=\"popup_art('$aa_url'); return false;\">"; + echo "<a target=\"_blank\" href=\"$aa_url\" onclick=\"popupWindow('$aa_url'); return false;\">"; echo "<img src=\"" . $web_path . "/image.php?id=" . $album->id . "&thumb=2\" alt=\"".$name."\" title=\"".$name."\" height=\"128\" width=\"128\" />"; echo "</a>\n"; } |