Rewritten all THEME_FOO variables to GLOBALS
[mailer.git] / index.php
index f9b7e2d5ca2425c921cedd863aa142600ffde748..f4c8ab5e9a1811a14a23081031c2152e2c057fe4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Index-Seite. Eine simple Weiterleitung auf die   *
  *           modules.php                                                *
  * -------------------------------------------------------------------- *
- * $Revision:: 856                                                    $ *
+ * $Revision::                                                        $ *
  * $Date::                                                            $ *
  * $Tag:: 0.2.1-FINAL                                                 $ *
  * $Author::                                                          $ *
@@ -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");