X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=bdc32fa76dbb1910768bb3632e358df2b052c6d9;hb=d897dae9f3b01f17fb59f2b96ba067b1a0f417b0;hp=b3c079aac547672ef5f4006f00b9be4f887c94b1;hpb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index b3c079aac5..bdc32fa76d 100644 --- a/inc/libs/active_functions.php +++ b/inc/libs/active_functions.php @@ -1,7 +1,7 @@ "".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."", + 'menu' => "".getConfig('menu_blur_spacer').getMessage('GUEST_ACTIVE_LINK')."", 'what' => 'active' ); // 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] ?>