Extension ext-user (sub-id tracking) continued:
[mailer.git] / theme / ship-simu / theme.php
index 1e817218149b4b8e188e577d931c310959422ec8..512c37cd7e98e9325edd79894e14a6136db48652 100644 (file)
@@ -61,14 +61,13 @@ $GLOBALS['theme_data']['version'] = '0.0.0';
 // Switch mode
 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;
+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 - switch
 
 // [EOF]
 ?>