]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
Continued:
[mailer.git] / inc / libs / theme_functions.php
index 25b337d46c6e5f3761bbab1be7932ac9b06a7173..175244f770b15f795211cc12d865ed53fc8a5f31 100644 (file)
@@ -236,7 +236,7 @@ function getActualTheme () {
                // Set default theme
                setMailerTheme($ret);
        } elseif ((isMailerThemeSet()) && (isExtensionInstalledAndNewer('sql_patches', '0.1.4'))) {
-               //die("<pre>".print_r($GLOBALS['cache_array']['themes'], TRUE)."</pre>");
+               //* DEBUG-DIE: */ die("<pre>".print_r($GLOBALS['cache_array']['themes'], TRUE)."</pre>");
                // Get theme from cookie
                $ret = getSession('mailer_theme');