]> git.mxchange.org Git - mailer.git/blobdiff - index.php
Rewritten all THEME_FOO variables to GLOBALS
[mailer.git] / index.php
index 1648faa21af4e26a3317020dd54c40993977019e..f4c8ab5e9a1811a14a23081031c2152e2c057fe4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -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");