X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Ftemplates_index.php;h=9f54d3b0b93e7d3703f59f4daad95b9db8f1a87d;hp=7fd2bb457744ecb3005e9446aa90760070a13bfa;hb=12376baf148afee289fbb53dd16ee2a0841d5290;hpb=e4a4e5149d55cf01a86f26392c52fdca803654ce diff --git a/inc/templates_index.php b/inc/templates_index.php index 7fd2bb4..9f54d3b 100644 --- a/inc/templates_index.php +++ b/inc/templates_index.php @@ -11,14 +11,34 @@ try { } $bbox = $connection->mbr (); +if (defined ("THUMBSMAXSIZE") && (THUMBSMAXSIZE > 0)) { + $thumbsmaxsize = THUMBSMAXSIZE; +} else { + $thumbsmaxsize = 400; // default value; +} ?> - + <?php echo defined ("SITETITLE") ? SITETITLE : "SYP"?> + @@ -53,5 +79,15 @@ $bbox = $connection->mbr ();
+
+
+
+ + <?php ptrans('close')?> +
+
+