Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / theme / default / theme.php
index 597694b31ce09250a636cdf7dabc85852d48b09e..3452e5920a2198cca7feb5fa2c82e73e938790be 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;
 }
 //
 ?>