X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Ftemplates_index.php;h=64b965fe5181fb2b1663a3dd8ab3e05666ff6f01;hp=6fd516b09e46f6e8ed956417c50c2afc65533049;hb=3b38ca36fc18d34999073625a9c66dc2f05747a3;hpb=3c9d0dbaecbd62e5933096270da3e970371d67ec diff --git a/inc/templates_index.php b/inc/templates_index.php index 6fd516b..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)) {