]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/surfbar_functions.php
Complete rewrite of and , wrapper functions added, see bug #101
[mailer.git] / inc / libs / surfbar_functions.php
index 8fa321af6a1ff8d29b1a76f97413b359425f0eba..390f874e4dc610efde2d2df4a08d5387dec3b19b 100644 (file)
@@ -772,10 +772,10 @@ function SURFBAR_DETERMINE_TEMPLATE_NAME() {
        $templateName = "surfbar_frameset";
 
        // Any frame set? ;-)
-       if (isset($_GET['frame'])) {
+       if (REQUEST_ISSET_GET(('frame'))) {
                // Use the frame as a template name part... ;-)
                $templateName = sprintf("surfbar_frame_%s",
-                       SQL_ESCAPE($_GET['frame'])
+                       SQL_ESCAPE(REQUEST_GET('frame'))
                );
        } // END - if