]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index 51417150e235295911f0089900872c92a8971818..a98439a55db8fc8dd9acb5a561e8ec1076f573b0 100644 (file)
@@ -15,7 +15,7 @@ function startCounter() {
        document.confirm.counter.value = timer;
        if (timer == 0) {
                clearInterval(Counter);
-               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&do=confirm&code=$content[rand]%}';
+               document.location.href = '{%url,js=mailid.php?userid=$content[userid]&type=$content[type]&id=$content[id]&do=confirm&code={%pipe,getRandomTan%}%}';
        }
 }
 //-->
@@ -37,7 +37,7 @@ function startCounter() {
                </td>
                <td align="center">
                        <div class="banner dashed">
-                               $content[banner]
+                               {%template,LoadTemplate=mailid_banner%}
                        </div>
                </td>
        </tr>