X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=items.php;h=af0192f5ef61bdedd76a9c75876a4fbcd6cb5c61;hp=3efed088d44e5138c7ebd9f3eb3467ef877c6206;hb=e4a4e5149d55cf01a86f26392c52fdca803654ce;hpb=de485fbe85dc15d416ed08a51d6561fc8db0e078 diff --git a/items.php b/items.php index 3efed08..af0192f 100644 --- a/items.php +++ b/items.php @@ -23,7 +23,7 @@ function main ($features) { $title = htmlspecialchars ($feature->title, ENT_QUOTES); $description = htmlspecialchars ($feature->description, ENT_QUOTES); $imgurl = ($feature->imgpath ? - full_url_from_filename ($feature->imgpath) + full_url_from_imgpath ($feature->imgpath) : ""); $lon = $feature->lon; $lat = $feature->lat;