Function loadLanguageFile() does now support extensions
[mailer.git] / theme / desert / theme.php
index e708ffee73f120223014c18d2df02ccecdafb18b..68c89b65a8edd8de32639e2c3148f79752c1c08d 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;
 }
 //
 ?>