]> git.mxchange.org Git - mailer.git/blobdiff - theme/desert/theme.php
Moved "fix" files (which only helps to fix stuff) in own inc/fixes/ folder.
[mailer.git] / theme / desert / theme.php
index ceba67fff382e6817ea330d570b28a4d5800fb6d..1ff2ccb62b1b80fd1b3937e779cdc38e0a8cdabd 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -37,7 +37,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       die();
+       exit();
 } // END - if
 
 //
@@ -53,7 +53,7 @@ $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.1';