]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
Naming convention applied, new wrapper introduced:
[mailer.git] / inc / libs / theme_functions.php
index a6f61c9a37c86015b5dbd4c8d1d098cb76fe45e8..895ef86bf2798cc96181b411beb4c58c6582b122 100644 (file)
@@ -242,7 +242,7 @@ function getActualTheme () {
                        // Fix it to default
                        $ret = 'default';
                } // END - if
-       } elseif ((!isInstalled()) && ((isInstalling()) || (getOutputMode() == true)) && ((isGetRequestParameterSet('theme')) || (isPostRequestParameterSet('theme')))) {
+       } elseif ((!isInstalled()) && ((isInstalling()) || (getScriptOutputMode() == true)) && ((isGetRequestParameterSet('theme')) || (isPostRequestParameterSet('theme')))) {
                // Prepare filename for checking
                $themeFile = sprintf("theme/%s/theme.php", getRequestParameter('theme'));