]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/active_functions.php
Moved all FILTER_FOO() filter functions to an own include directory:
[mailer.git] / inc / libs / active_functions.php
index 30e4c74da63fe521a69fc60e42a5dc00ed2d1659..a868326a394bd76230eee642792cac66853ee099 100644 (file)
@@ -40,22 +40,5 @@ if (!defined('__SECURITY')) {
        die();
 } // END - if
 
-// Filter for adding link to "active list"
-function FILTER_ADD_LINK_ACTIVE_LIST () {
-       // Is ext-active/online there?
-       if ((isExtensionActive('active')) && (isExtensionActive('online'))) {
-               // Init fake-content because there is no `what`='active' in database
-               $content = array(
-                       'menu'    => '<a class="menu_blur" href="{%url=modules.php?module=index&amp;what=active%}">{?menu_blur_spacer?}{--GUEST_ACTIVE_LINK--}</a>',
-                       'what'    => 'active',
-                       'visible' => 'Y',
-                       'locked'  => 'N'
-               );
-
-               // Add link to "we were active today" page
-               $GLOBALS['rows'] .= loadTemplate('guest_menu_bottom', true, $content);
-       } // END - if
-}
-
 // [EOF]
 ?>