]> git.mxchange.org Git - mailer.git/blobdiff - theme/schleuder/theme.php
Updated ext-politician-stop which is satire on politicians that doesn't really know...
[mailer.git] / theme / schleuder / theme.php
index 6d515edbf8919f64152928c78677c4695dc539be..e460dc737ca8b584edc861d4db43a340c39301f0 100644 (file)
  * $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 - 2012 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,10 +53,10 @@ $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';
+$GLOBALS['theme_data']['version'] = '0.0.0';
 
 // Switch mode
 if (empty($GLOBALS['theme_mode'])) $GLOBALS['theme_mode'] = 'load';