]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-agb.php
Init variables on top
[mailer.git] / inc / modules / guest / what-agb.php
index c27a9c05589e85016d9108165adfebafa9d3529e..9a95edc79a6ff2ad370027f393b6403b0ca99e07 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 - 2012 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 default template
 loadTemplate(substr(basename(__FILE__), 5, -4));