X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fmailid%2Fmailid_timer.tpl;h=f4d2d3d47b66e8a0af41b522c0a395c47e9904be;hp=30c594fb808fbee26d1835876a49eb8c04ecd25e;hb=66b91ce490ab549425619c95fc12086e126d541b;hpb=9e604ce404fe7d2d8dafc259a5fb8cd826aec5e6 diff --git a/templates/de/html/mailid/mailid_timer.tpl b/templates/de/html/mailid/mailid_timer.tpl index 30c594fb80..f4d2d3d47b 100644 --- a/templates/de/html/mailid/mailid_timer.tpl +++ b/templates/de/html/mailid/mailid_timer.tpl @@ -14,7 +14,7 @@ function StartCounter() { Timer--; document.confirm.counter.value = Timer; if (Timer == 0) { - document.location.href="{!URL!}/mailid_top.php?uid=$content[uid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]"; + document.location.href="{?URL?}/mailid_top.php?uid=$content[uid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]"; clearInterval(Counter); } }