X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=b3c079aac547672ef5f4006f00b9be4f887c94b1;hp=eec102ab87c9d9ffdac83c54b2d6ca2c34a6de2c;hb=f97a999e0737c0007ae9c3c26dfef49f75a175ac;hpb=5bdeaf8b452206598b6c6cd4f941145b11a0eccc diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index eec102ab87..b3c079aac5 100644 --- a/inc/libs/active_functions.php +++ b/inc/libs/active_functions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer die active-Erweiterung * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $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 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -33,18 +38,18 @@ // 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); } // Filter for adding link to "active list" function FILTER_ADD_LINK_ACTIVE_LIST () { // Are the extensions online and active there? - if ((EXT_IS_ACTIVE("active")) && (EXT_IS_ACTIVE("online"))) { + if ((EXT_IS_ACTIVE('active')) && (EXT_IS_ACTIVE('online'))) { // Init content $content = array( 'menu' => "".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."", - 'what' => "active" + 'what' => 'active' ); // Add link to "we were active today" page