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