X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fschleuder%2Ftheme.php;h=b9eaba8842e952ac1798b9b6e8c11d8e0231c049;hb=e5dffd4249c97200cbad02f3f4eaf5c373fdb89a;hp=07f519baf9e878e699fb65bc04d1663ceaad61d4;hpb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f;p=mailer.git diff --git a/theme/schleuder/theme.php b/theme/schleuder/theme.php index 07f519baf9..b9eaba8842 100644 --- a/theme/schleuder/theme.php +++ b/theme/schleuder/theme.php @@ -16,8 +16,8 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * 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 * * it under the terms of the GNU General Public License as published by * @@ -37,7 +37,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } // END - if // @@ -53,7 +53,7 @@ $GLOBALS['theme_data']['author'] = 'Roland Häder'; $GLOBALS['theme_data']['email'] = 'webmaster@wernis-schleuder.de'; // URL where you have uploaded it -$GLOBALS['theme_data']['url'] = 'http://www.wernis-schleuder.de'; +$GLOBALS['theme_data']['url'] = 'http://wernis-schleuder.de'; // Version number $GLOBALS['theme_data']['version'] = '0.0.0'; @@ -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] ?>