]> 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 900302beec2f1b0c171bf59f19d5e51439b5fef2..3c58945012efdc9771527046388e9caabf1407e6 100644 (file)
@@ -1,7 +1,7 @@
 <script type="text/javascript">
 <!--
 function Load () {
-       window.location.href='{?URL?}/modules.php?module=$content[mode]';
+       document.location.href = '{%url,js=modules.ph?module=$content[module]%}';
 }
 
 window.setTimeout("Load()", $content[delay]);