X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=inc%2Fhtml%2Findex.php;h=8c4aa3cb8657c5591b46fe72c9cafc346983e7a9;hp=8382159b0686a9f5ff0c04c50b7e20c84e381e3f;hb=726e61ea5e917d98fa8b58bbad46811304e23ff3;hpb=b8be7edca1802692be4d330c7065e5260fb348f6 diff --git a/inc/html/index.php b/inc/html/index.php index 8382159..8c4aa3c 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)) {