Rewritten all THEME_FOO variables to GLOBALS
[mailer.git] / index.php
index 885a5f15321fcda85113670a33ba08c456e4e97b..f4c8ab5e9a1811a14a23081031c2152e2c057fe4 100644 (file)
--- a/index.php
+++ b/index.php
  * Kurzbeschreibung  : Index-Seite. Eine simple Weiterleitung auf die   *
  *           modules.php                                                *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
- * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009)              $ *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author:: stelzi                                                   $ *
+ * $Author::                                                          $ *
  * Needs to be in all Files and every File needs "svn propset           *
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
@@ -82,7 +82,7 @@ if (isInstalled()) {
                        define('__DELAY_VALUE', (getConfig('index_delay') * 1000 + 500));
                        define('__MOD_VALUE'  , ADD_URL_DATA("index"));
                        LOAD_TEMPLATE("index_forward");
-               }
+               } // END - if
        } else {
                // Redirect to main page
                LOAD_URL("modules.php?module=index");