]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-sponsor.php
Mailer used in many places, we still need a good 'selling' title
[mailer.git] / inc / modules / guest / action-sponsor.php
index 6cffad8374f114624c7e91f1b75c80284f20e4ee..2d04d127b8f2ed7d10c99204c6113481860679a4 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 06/10/2005 *
- * ===============                              Last change: 05/18/2008 *
+ * Mailer v0.2.1-FINAL                                Start: 06/10/2005 *
+ * ===================                          Last change: 05/18/2008 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : action-sponsor.php                               *
@@ -43,9 +43,6 @@ if (!defined('__SECURITY')) {
        return;
 }
 
-// Add description as navigation point
-addMenuDescription('guest', __FILE__);
-
 // Load the include file
 $inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
 if (isIncludeReadable($inc)) {