]> git.mxchange.org Git - mailer.git/blobdiff - inc/stylesheet.php
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / inc / stylesheet.php
index 81ee2dca3e8e9eff0c552a2f86a390a2de2663b9..147e7245d39c580209e463b98d7b2ddcab78f0ac 100644 (file)
@@ -109,10 +109,10 @@ if ((isCssOutputMode()) || (getConfig('css_php') == 'DIRECT')) {
        if ((isInstallationPhase())) {
                // Default theme first
                $newTheme = 'default';
-               if (isPostRequestParameterSet('theme')) {
-                       $newTheme = postRequestParameter('theme');
-               } elseif (isGetRequestParameterSet('theme')) {
-                       $newTheme = getRequestParameter('theme');
+               if (isPostRequestElementSet('theme')) {
+                       $newTheme = postRequestElement('theme');
+               } elseif (isGetRequestElementSet('theme')) {
+                       $newTheme = getRequestElement('theme');
                }
                $OUT .= '?theme=' . $newTheme . '&installing=1';
        } else {