X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Ftemplates_index.php;h=64b965fe5181fb2b1663a3dd8ab3e05666ff6f01;hp=a84a9c6ade648f0e1830310a4403d257d90d43f2;hb=3b38ca36fc18d34999073625a9c66dc2f05747a3;hpb=e57c166b46cf9c5961bca1b2241783944277cef5 diff --git a/inc/templates_index.php b/inc/templates_index.php index a84a9c6..64b965f 100644 --- a/inc/templates_index.php +++ b/inc/templates_index.php @@ -10,12 +10,17 @@ try { } catch (Exception $e) { } -$bbox = $connection->mbr (); if (defined ("THUMBSMAXSIZE") && (THUMBSMAXSIZE > 0)) { $thumbsmaxsize = THUMBSMAXSIZE; } else { $thumbsmaxsize = 400; // default value; } + +if (defined ("POPUPNEARFEATURE") && (POPUPNEARFEATURE)) { + $popupnearfeature = true; +} else { + $popupnearfeature = false; +} ?> @@ -25,8 +30,8 @@ if (defined ("THUMBSMAXSIZE") && (THUMBSMAXSIZE > 0)) {