X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=97390364d67be3284f1c7e52a79a8743a7c71179;hb=77183894e9b5683166bc00a1735e8897c57ef699;hp=47db4edece3708ecea2efaaef6a77f8ebaa4b8a2;hpb=508228c85fba8448d00865b1639cb8cd7a69e457;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index 47db4edece..97390364d6 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] ?>