X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=theme%2Fdefault%2Ftheme.php;h=69305dd9e8a607dd37e4e097188d2cb7f8c9e42b;hp=8d990fc85f75ce1cbfb5c7cfdbb43e9ed2abb759;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/theme/default/theme.php b/theme/default/theme.php index 8d990fc85f..69305dd9e8 100644 --- a/theme/default/theme.php +++ b/theme/default/theme.php @@ -14,11 +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 * - * 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 * @@ -38,14 +37,14 @@ // Some security stuff... if (!defined('__SECURITY')) { - die(); + exit(); } // END - if // // Theme definitions // // The name of your theme -$GLOBALS['theme_data']['name'] = 'Standart-Theme'; +$GLOBALS['theme_data']['name'] = 'Standard-Theme'; // Only your name please! $GLOBALS['theme_data']['author'] = 'Roland Häder'; @@ -54,10 +53,10 @@ $GLOBALS['theme_data']['author'] = 'Roland Häder'; $GLOBALS['theme_data']['email'] = 'webmaster@mxchange.org'; // URL where you have uploaded it -$GLOBALS['theme_data']['url'] = 'http://www.mxchange.org'; +$GLOBALS['theme_data']['url'] = 'http://mxchange.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';