]> git.mxchange.org Git - mailer.git/blobdiff - theme/schleuder/theme.php
Extension ext-user (sub-id tracking) continued:
[mailer.git] / theme / schleuder / theme.php
index e460dc737ca8b584edc861d4db43a340c39301f0..375e18836680cb839f75bc0974ace32585b84563 100644 (file)
@@ -62,12 +62,12 @@ $GLOBALS['theme_data']['version'] = '0.0.0';
 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;
+} // END - if
 
 // [EOF]
 ?>