]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/index_forward.tpl
Naming-inconsistency fixed
[mailer.git] / templates / de / html / index_forward.tpl
index 5f21c821235952b2444c9142b18d1818d63c7b16..3c58945012efdc9771527046388e9caabf1407e6 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 () {
+       document.location.href = '{%url,js=modules.ph?module=$content[module]%}';
 }
 
-window.setTimeout("Load()", {!__DELAY_VALUE!});
+window.setTimeout("Load()", $content[delay]);
 //-->
-</SCRIPT>
+</script>