]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-admin.php
Fixes for unset config entries and ['header'] entry
[mailer.git] / inc / modules / guest / action-admin.php
index 246108d811bb9977eec199a9a041dd6eb5d0cd56..fa0b9183b667f107e718e191b2746ba0897ea2ba 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/04/2004 *
- * ================                             Last change: 04/04/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 04/04/2004 *
+ * ===================                          Last change: 04/04/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-admin.php                                 *
@@ -44,6 +44,9 @@ if (!defined('__SECURITY')) {
        return;
 }
 
+// Add description as navigation point
+addMenuDescription('guest', __FILE__);
+
 // Only when one admin link is clicked...
 $inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
 if (isIncludeReadable($inc)) {