X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=c5ed6c7a0bef39510da69e4695b162a62c01bd62;hb=4bf784ce2bd777045d4351b3fefbd34c66c838e1;hp=c2cfb7f926c399d541bb4f3c26cb870ce16045cc;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index c2cfb7f926..c5ed6c7a0b 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%}' . 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] ?>