]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_login_js.tpl
Entities in JavaScript => failed, fixed... login fixed by removing status=GUEST
[mailer.git] / templates / de / html / member / member_login_js.tpl
1 <script type="text/javascript">
2 <!--
3 function Loader()
4 {
5         document.location.href = "{?URL?}/modules.php?module=login";
6 }
7
8 window.setTimeout("Loader()", 2000);
9
10 //-->
11 </script>