X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=124ed344612d5675449b6f12d46fca63e3868c9b;hp=c191c5a9549a8ca500348a32ff59bd7150f45a42;hb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e;hpb=66b91ce490ab549425619c95fc12086e126d541b;ds=sidebyside diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index c191c5a954..124ed34461 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%}{--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] ?>