X-Git-Url: https://dev.renevier.net/gitweb.cgi?a=blobdiff_plain;f=inc%2Fhtml%2Findex.php;h=696b299bf52953fe4387edfa8968ee41b1a77b30;hb=5c3bb419eb4f9728849969fe7cff84f0260066c8;hp=8382159b0686a9f5ff0c04c50b7e20c84e381e3f;hpb=b8be7edca1802692be4d330c7065e5260fb348f6;p=syp.git diff --git a/inc/html/index.php b/inc/html/index.php index 8382159..696b299 100644 --- a/inc/html/index.php +++ b/inc/html/index.php @@ -16,10 +16,10 @@ if (defined ("THUMBSMAXSIZE") && (THUMBSMAXSIZE > 0)) { $thumbsmaxsize = 400; // default value; } -if (defined ("POPUPNEARFEATURE") && (POPUPNEARFEATURE)) { - $popupnearfeature = true; +if (defined ("POPUPPOS")) { + $popuppos = POPUPPOS; } else { - $popupnearfeature = false; + $popuppos = 3; } ?> @@ -31,7 +31,11 @@ if (defined ("POPUPNEARFEATURE") && (POPUPNEARFEATURE)) {