New functions introduced, several rewrites:
[mailer.git] / inc / libs / active_functions.php
index bdc32fa76dbb1910768bb3632e358df2b052c6d9..874bb68ef620835f42136c6e70de28ea3fb967cf 100644 (file)
@@ -47,7 +47,7 @@ function FILTER_ADD_LINK_ACTIVE_LIST () {
        if (isExtensionActive('online')) {
                // Init content
                $content = array(
-                       'menu' => "<a class=\"menu_blur\" href=\"{%url=modules.php?module=index&amp;what=active%}\">".getConfig('menu_blur_spacer').getMessage('GUEST_ACTIVE_LINK')."</a>",
+                       'menu' => '<a class="menu_blur" href="{%url=modules.php?module=index&amp;what=active%}">{%config=menu_blur_spacer%}' . getMessage('GUEST_ACTIVE_LINK') . '</a>',
                        'what' => 'active'
                );