]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-online.php
Extension 'active' now depends on 'online' because of a filter for the 'Who is online...
[mailer.git] / inc / modules / guest / action-online.php
index 37e623e572ec46988cd6cb95d176595f46612f09..0dea4fa9566ba99c02e7be1dec66237e52cd1e4c 100644 (file)
@@ -61,16 +61,8 @@ define('ADMINS_ONLINE_CNT' , SQL_NUMROWS($result_admins));
 // Output table
 LOAD_TEMPLATE("online_now");
 
-if (EXT_IS_ACTIVE("active")) {
-       // 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"
-       );
-
-       // Add link to "we were active today" page
-       LOAD_TEMPLATE("guest_menu_bottom", false, $content);
-} // END - if
+// Add more links in this block
+RUN_FILTER('online_extra_links');
 
 //
 ?>