X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=c5ed6c7a0bef39510da69e4695b162a62c01bd62;hp=e690da7f8175096d77efe606c805a3ef247dbe01;hb=e995a896255f853ea731a602a6f4902878f16980;hpb=fb7120ffa230b62b54895bcf95952e1cf30f8594 diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index e690da7f81..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] ?>