Naming-inconsistency fixed #2
[mailer.git] / templates / de / html / index_forward.tpl
index fa9085b7d81eaca32449172ba13108043a5f31ee..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>