From: arno Date: Sun, 26 Jul 2009 13:15:06 +0000 (+0200) Subject: popup contains link to original image X-Git-Tag: v0.1_thomas~1 X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=commitdiff_plain;h=92f19310c31a42576005a5d882e4519b627b8a92 popup contains link to original image --- diff --git a/items.php b/items.php index 2ce7c41..f877403 100644 --- a/items.php +++ b/items.php @@ -32,7 +32,8 @@ function main ($features) { $title; if ($imgurl) { - $imgurlHTML = sprintf ('%s', $alt, $imgurl); + $imgurlHTML = sprintf ('%s', + $imgurl, $alt, $imgurl); } else { $imgurlHTML = ""; }