]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Admin menu has now a JavaScript "effect":
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index 6e90f9994d6c6758019ac957797bba2c122e5c81..eaf77a7c88c19c0bb19bc69eb3e674289908284c 100644 (file)
@@ -14,7 +14,7 @@ function startCounter() {
        timer--;
        document.confirm.counter.value = timer;
        if (timer == 0) {
-               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]%}';
+               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&do=confirm&code=$content[rand]%}';
                clearInterval(Counter);
        }
 }