]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-welcome.php
Introduceed new extension ext-server_name which has been extracted from
[mailer.git] / inc / modules / guest / what-welcome.php
index 91f3becd65379d918012b2fe31a75fb936cf6902..bfcc1d3ab19f856068e11ed42f1c3ccfad443517 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Willkommensseite                                 *
  * -------------------------------------------------------------------- *
- * $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                           *
- * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
- * 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__);
 
 // Prepare content
-$content['ref_levels'] = countSumTotalData('', 'refdepths', 'id', '', true, ' WHERE `level` > 0');
+$content['ref_levels'] = countSumTotalData('', 'refdepths', 'id', '', TRUE, ' WHERE `level` > 0');
 
 // Load default template
-loadTemplate('welcome', false, $content);
+loadTemplate('welcome', FALSE, $content);
 
 // [EOF]
 ?>