Naming-inconsistency fixed #2
[mailer.git] / templates / de / html / index_forward.tpl
index 900302beec2f1b0c171bf59f19d5e51439b5fef2..eec206e7b420cffa149e834cdfa04d2616934a13 100644 (file)
@@ -1,7 +1,7 @@
 <script type="text/javascript">
 <!--
 function Load () {
 <script type="text/javascript">
 <!--
 function Load () {
-       window.location.href='{?URL?}/modules.php?module=$content[mode]';
+       document.location.href = '{%url,js=modules.php?module=$content[module]%}';
 }
 
 window.setTimeout("Load()", $content[delay]);
 }
 
 window.setTimeout("Load()", $content[delay]);