X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=theme%2Fship-simu%2Ftheme.php;h=da0565299468ea54d7dc282a6cef2d07855d4cf3;hb=933e0524a3738baa7877c378e016ea1532da864f;hp=4438b428c0124102383ba0265038cee2f5abf80b;hpb=6914ebaaae909093df86d010e4c754a43d1a1aed;p=mailer.git diff --git a/theme/ship-simu/theme.php b/theme/ship-simu/theme.php index 4438b428c0..da05652994 100644 --- a/theme/ship-simu/theme.php +++ b/theme/ship-simu/theme.php @@ -14,12 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 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 * @@ -39,7 +37,7 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } // END - if // @@ -55,22 +53,21 @@ $GLOBALS['theme_data']['author'] = 'Roland Häder'; $GLOBALS['theme_data']['email'] = 'webmaster@ship-simu.org'; // URL where you have uploaded it -$GLOBALS['theme_data']['url'] = 'http://www.ship-simu.org'; +$GLOBALS['theme_data']['url'] = 'http://ship-simu.org'; // Version number -$GLOBALS['theme_data']['version'] = '0.0'; +$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] ?>