]> git.mxchange.org Git - mailer.git/blobdiff - theme/default/theme.php
Bad typo fixed and extension 'ext-coupon' started:
[mailer.git] / theme / default / theme.php
index 3452e5920a2198cca7feb5fa2c82e73e938790be..b07a739c19683d198fdf2501e79186a901b97c4d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 12/03/2004 *
- * ===============                              Last change: 12/03/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 12/03/2004 *
+ * ===================                          Last change: 12/03/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : theme.php                                        *
  * $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 - 2008 by Roland Haeder                           *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
-       require($INC);
-}
+       die();
+} // 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&auml;der';
@@ -63,13 +61,13 @@ $GLOBALS['theme_data']['version'] = '0.0';
 // Switch mode
 if (empty($GLOBALS['theme_mode'])) $GLOBALS['theme_mode'] = 'load';
 
-switch ($GLOBALS['theme_mode'])
-{
+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;
-}
-//
+} // END - switch
+
+// [EOF]
 ?>