]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
It is Bitcoins, not BitCoins
[mailer.git] / inc / libs / theme_functions.php
index 976d45acc50f6eb6367212a7231f1f40dfd39550..3fc35343e46d93a35058465cba7cad01b01b6abc 100644 (file)
@@ -65,7 +65,7 @@ function generateThemeSelectionBox () {
 
        // Select all themes we want
        $result = SQL_QUERY('SELECT
-       `theme_path`, `theme_name`
+       `theme_path`,`theme_name`
 FROM
        `{?_MYSQL_PREFIX?}_themes`
 ' . $add . '
@@ -248,9 +248,9 @@ function getActualTheme () {
                if ((isGetRequestParameterSet('theme')) && (isIncludeReadable($theme))) {
                        // Set cookie from URL data
                        setTheme(getRequestParameter('theme'));
-               } elseif (isIncludeReadable(sprintf("theme/%s/theme.php", secureString(postRequestParameter('theme'))))) {
+               } elseif (isIncludeReadable(sprintf("theme/%s/theme.php", postRequestParameter('theme')))) {
                        // Set cookie from posted data
-                       setTheme(secureString(postRequestParameter('theme')));
+                       setTheme(postRequestParameter('theme'));
                }
 
                // Set return value