X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=874bb68ef620835f42136c6e70de28ea3fb967cf;hb=c1e83a8a85569bd7e8204471f90dcc0ae6247522;hp=99718e51dce93c7ab2f6b1c55b8d962cac97fe94;hpb=f8da178ba4b2f0ed9bfd303d6d32f62b0919a442;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index 99718e51dc..874bb68ef6 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' => '{%config=menu_blur_spacer%}' . getMessage('GUEST_ACTIVE_LINK') . '', 'what' => 'active' - ); + ); - // Add link to "we were active today" page - LOAD_TEMPLATE("guest_menu_bottom", false, $content); + // Add link to "we were active today" page + $GLOBALS['rows'] .= loadTemplate('guest_menu_bottom', true, $content); } // END - if } -// +// [EOF] ?>