]> git.mxchange.org Git - mailer.git/blobdiff - theme/org/theme.php
Mailer project rwritten:
[mailer.git] / theme / org / theme.php
index fa72890eb4b3c998a7d88bcc1e7cc54d652549cc..d62b43ac79121af1677b9cd6333f680e0507ead5 100644 (file)
@@ -62,14 +62,13 @@ $GLOBALS['theme_data']['version'] = '0.0.0';
 if (empty($GLOBALS['theme_mode'])) $GLOBALS['theme_mode'] = 'load';
 
 // Switch mode
-switch ($GLOBALS['theme_mode'])
-{
-case 'test': // Do stuff while testing the theme: The admin clicked on 'Import'
-       break;
+switch ($GLOBALS['theme_mode']) {
+       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;
+} // END - if
 
 // [EOF]
 ?>