]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/active_functions.php
More misc fixes and rewrites (sorry, lame description)
[mailer.git] / inc / libs / active_functions.php
index 51503bd6be802bcd674a640cd56cd1dc713bdf16..99718e51dce93c7ab2f6b1c55b8d962cac97fe94 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 }
 
@@ -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
 }