]> git.mxchange.org Git - mailer.git/blobdiff - theme/org/theme.php
Typo fixed
[mailer.git] / theme / org / theme.php
index 98604125978befe1af210c380073cdf65da75823..b203486251336780e20be2565e3558d105620c0d 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  :                                                  *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * 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 - 2011 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 *
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-}
+} // END - if
 
 //
 // Theme definitions
 //
 // The name of your theme
-$GLOBALS['theme_data']['name'] = 'MXChange-Theme';
+$GLOBALS['theme_data']['name'] = 'Mailer-Project';
 
 // Only your name please!
 $GLOBALS['theme_data']['author'] = 'Roland Häder';
@@ -50,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';
 
 // Default mode is 'load'
 if (empty($GLOBALS['theme_mode'])) $GLOBALS['theme_mode'] = 'load';