]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/theme.php
Notice added to always include debug.log in your full bug report
[mailer.git] / theme / default / theme.php
index be4895b935481c5ed9debb7f77b4719f09422c08..3452e5920a2198cca7feb5fa2c82e73e938790be 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -65,11 +65,11 @@ if (empty($GLOBALS['theme_mode'])) $GLOBALS['theme_mode'] = 'load';
 
 switch ($GLOBALS['theme_mode'])
 {
-case 'test': // Do stuff while testing the theme: The admin clicked on 'Import'
-       break;
+       case 'test': // Do stuff while testing the theme: The admin clicked on 'Import'
+               break;
 
-case 'load': // Do stuff while theme is loaded normally
-       break;
+       case 'load': // Do stuff while theme is loaded normally
+               break;
 }
 //
 ?>