Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / libs / active_functions.php
index b3c079aac547672ef5f4006f00b9be4f887c94b1..99718e51dce93c7ab2f6b1c55b8d962cac97fe94 100644 (file)
@@ -50,10 +50,10 @@ function FILTER_ADD_LINK_ACTIVE_LIST () {
                $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'
-               );
+                       );
 
-               // Add link to "we were active today" page
-               LOAD_TEMPLATE("guest_menu_bottom", false, $content);
+                       // Add link to "we were active today" page
+                       LOAD_TEMPLATE("guest_menu_bottom", false, $content);
        } // END - if
 }