]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-admin.php
Mailer used in many places, we still need a good 'selling' title
[mailer.git] / inc / modules / guest / action-admin.php
index 246108d811bb9977eec199a9a041dd6eb5d0cd56..695e25ff3be11aefd89e5d62e2b2c491ea9989fb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 04/04/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 04/04/2004 *
  * ================                             Last change: 04/04/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
@@ -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)) {