]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-impressum.php
Updated copyright notice as there are changes in this year
[mailer.git] / inc / modules / guest / what-impressum.php
index 2ce1a7145863cf07dec3891eeede34b585ee3c08..caa7bda3a91e674f746051c56d7e896d836ce817 100644 (file)
@@ -16,8 +16,8 @@
  * $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 - 2013 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();
-}
+       exit();
+} // END - if
 
 // Add description as navigation point
-addMenuDescription('guest', __FILE__);
+addYouAreHereLink('guest', __FILE__);
 
 // Load template template
 loadTemplate(substr(basename(__FILE__), 5, -4));