]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/theme.php
Advertising network Ad-Promotion.net added, some cleanups
[mailer.git] / theme / default / theme.php
index cded2239896d474f676565f214ab243c7a5072ab..332bd6a3fb61ae0f871f0fbbbb428360bb3ab2e0 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * 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 *
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 // 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';
@@ -53,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';