]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-impressum.php
Updated copyright year.
[mailer.git] / inc / modules / guest / what-impressum.php
index cba63f3b391732312eb9e96a3b9af8e991c04335..069ad033d3c7ed29c4f0d30797e8d1e02060eca1 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Impressum                                        *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $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 - 2009 by Roland Haeder                           *
- * For more information visit: http://www.mxchange.org                  *
+ * 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 *
  * 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));