X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Factive_functions.php;h=b7c1c49f378d58bb97e217b0a80ef9d5ac7dc93f;hb=452578b5bf17d14099ee44956deb4e4dc0832874;hp=d35364216f005ee3517c148ac69f50cf11970256;hpb=3375ab36b02f87009fe814b5b55d5c4da06f8f30;p=mailer.git diff --git a/inc/libs/active_functions.php b/inc/libs/active_functions.php index d35364216f..b7c1c49f37 100644 --- a/inc/libs/active_functions.php +++ b/inc/libs/active_functions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer die active-Erweiterung * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * 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 * @@ -43,7 +48,7 @@ function FILTER_ADD_LINK_ACTIVE_LIST () { if ((EXT_IS_ACTIVE("active")) && (EXT_IS_ACTIVE("online"))) { // Init content $content = array( - 'menu' => "".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."", + 'menu' => "".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."", 'what' => "active" );