Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / index_forward.tpl
index fa9085b7d81eaca32449172ba13108043a5f31ee..5f21c821235952b2444c9142b18d1818d63c7b16 100644 (file)
@@ -2,7 +2,7 @@
 <!--
 function Load()
 {
-       window.location.href='{!URL!}/modules.php?module={!__MOD_VALUE!}';
+       window.location.href='{?URL?}/modules.php?module={!__MOD_VALUE!}';
 }
 
 window.setTimeout("Load()", {!__DELAY_VALUE!});