]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/active_functions.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / libs / active_functions.php
index e690da7f8175096d77efe606c805a3ef247dbe01..51503bd6be802bcd674a640cd56cd1dc713bdf16 100644 (file)
@@ -45,11 +45,11 @@ if (!defined('__SECURITY')) {
 // Filter for adding link to "active list"
 function FILTER_ADD_LINK_ACTIVE_LIST () {
        // Are the extensions online and active there?
-       if ((EXT_IS_ACTIVE("active")) && (EXT_IS_ACTIVE("online"))) {
+       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>",
-                       'what' => "active"
+                       'what' => 'active'
                );
 
                // Add link to "we were active today" page