]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/index_forward.tpl
Fix for endless loop
[mailer.git] / templates / de / html / index_forward.tpl
index fa9085b7d81eaca32449172ba13108043a5f31ee..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>