Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / index_forward.tpl
index 5f21c821235952b2444c9142b18d1818d63c7b16..900302beec2f1b0c171bf59f19d5e51439b5fef2 100644 (file)
@@ -1,10 +1,9 @@
-<SCRIPT language="JavaScript" type="text/javascript">
+<script type="text/javascript">
 <!--
-function Load()
-{
-       window.location.href='{?URL?}/modules.php?module={!__MOD_VALUE!}';
+function Load () {
+       window.location.href='{?URL?}/modules.php?module=$content[mode]';
 }
 
-window.setTimeout("Load()", {!__DELAY_VALUE!});
+window.setTimeout("Load()", $content[delay]);
 //-->
-</SCRIPT>
+</script>