X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=302480e265ec4b21762fb20b881275d48922a613;hb=ffe213c8e3f85119ddd5544214d0de9ecb833d98;hp=b7c1c49f378d58bb97e217b0a80ef9d5ac7dc93f;hpb=414570c5081d337bb6c28dcf521bd8bca02f69e7;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index b7c1c49f37..302480e265 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' => '{%config=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] ?>