X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Flibs%2Factive_functions.php;h=810fec66953e44bb67fae3764967a3ee924500b0;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hp=97390364d67be3284f1c7e52a79a8743a7c71179;hpb=0f9bc55be42f9851cc87a06f3971c853a83425a7;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index 97390364d6..810fec6695 100644 --- a/inc/libs/active_functions.php +++ b/inc/libs/active_functions.php @@ -14,12 +14,10 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -42,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' => '{?menu_blur_spacer?}{--GUEST_ACTIVE_LINK--}', - '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] ?>