From 92f19310c31a42576005a5d882e4519b627b8a92 Mon Sep 17 00:00:00 2001 From: arno Date: Sun, 26 Jul 2009 15:15:06 +0200 Subject: [PATCH] popup contains link to original image --- items.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = ""; } -- 2.39.2