]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/active_functions.php
Even more variables renamed and login procedure prepared for filter
[mailer.git] / inc / libs / active_functions.php
index d35364216f005ee3517c148ac69f50cf11970256..e690da7f8175096d77efe606c805a3ef247dbe01 100644 (file)
  * -------------------------------------------------------------------- *
  * 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                  *
@@ -43,7 +48,7 @@ function FILTER_ADD_LINK_ACTIVE_LIST () {
        if ((EXT_IS_ACTIVE("active")) && (EXT_IS_ACTIVE("online"))) {
                // 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>",
+                       'menu' => "<a class=\"menu_blur\" href=\"{!URL!}/modules.php?module=index&amp;what=active\">".getConfig('menu_blur_spacer').GUEST_ACTIVE_LINK."</a>",
                        'what' => "active"
                );