]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-sponsor.php
Several fixes for guest menu system and template engine
[mailer.git] / inc / modules / guest / action-sponsor.php
index 6cffad8374f114624c7e91f1b75c80284f20e4ee..5252f61feafde8702368d615fa2cb689c5f320fc 100644 (file)
@@ -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)) {