]> git.mxchange.org Git - mailer.git/blobdiff - theme/business/theme.php
Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / theme / business / theme.php
index 5282519e7a1e2f903eae0982e5512c18f0157a56..5a7aed22cc8e8c25b4a7632e90a3b7073d039cd4 100644 (file)
@@ -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;
 }
 //
 ?>