]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/active_functions.php
Several more constants rewritten to getConfig()
[mailer.git] / inc / libs / active_functions.php
index 99718e51dce93c7ab2f6b1c55b8d962cac97fe94..c191c5a9549a8ca500348a32ff59bd7150f45a42 100644 (file)
@@ -48,7 +48,7 @@ function FILTER_ADD_LINK_ACTIVE_LIST () {
        if ((EXT_IS_ACTIVE('active')) && (EXT_IS_ACTIVE('online'))) {
                // Init content
                $content = array(
-                       'menu' => "<a class=\"menu_blur\" href=\"{!URL!}/modules.php?module=index&amp;what=active\">".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."</a>",
+                       'menu' => "<a class=\"menu_blur\" href=\"{?URL?}/modules.php?module=index&amp;what=active\">".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."</a>",
                        'what' => 'active'
                        );