X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Ftemplates_index.php;h=64b965fe5181fb2b1663a3dd8ab3e05666ff6f01;hp=3b70e7c7ddd40f9c95b6c56ff51b2eecb2062b92;hb=3b38ca36fc18d34999073625a9c66dc2f05747a3;hpb=9acc365249b5e630da6b5cdd23e3a8015f39ddc7 diff --git a/inc/templates_index.php b/inc/templates_index.php index 3b70e7c..64b965f 100644 --- a/inc/templates_index.php +++ b/inc/templates_index.php @@ -10,14 +10,19 @@ 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; +} ?> - + <?php echo defined ("SITETITLE") ? SITETITLE : "SYP"?> @@ -25,8 +30,8 @@ if (defined ("THUMBSMAXSIZE") && (THUMBSMAXSIZE > 0)) {