]> git.mxchange.org Git - mailer.git/blobdiff - theme/schleuder/theme.php
Some cleanups/improvements
[mailer.git] / theme / schleuder / theme.php
index 4ca19b59ece8133f58fdc3b649bb058d86564cea..b9eaba8842e952ac1798b9b6e8c11d8e0231c049 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } // END - if
 
 //
@@ -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]
 ?>