X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=0dda48146d0339972371f2f5a60620b905274e10;hb=62d8f6d89c35bebe15b8f716a5629f14d95f3078;hp=eec102ab87c9d9ffdac83c54b2d6ca2c34a6de2c;hpb=7c9cf221f2f7ef99d45fc233bf346c9f9168ef3e;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index eec102ab87..0dda48146d 100644 --- a/inc/libs/active_functions.php +++ b/inc/libs/active_functions.php @@ -1,7 +1,7 @@ "".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."", - 'what' => "active" + 'menu' => '{?menu_blur_spacer?}{--GUEST_ACTIVE_LINK--}', + 'what' => 'active', + 'visible' => 'Y', + 'locked' => 'N' ); // Add link to "we were active today" page - LOAD_TEMPLATE("guest_menu_bottom", false, $content); + $GLOBALS['rows'] .= loadTemplate('guest_menu_bottom', true, $content); } // END - if } -// +// [EOF] ?>