]> git.mxchange.org Git - mailer.git/blob - templates/de/html/redirect_url.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / redirect_url.tpl
1 <noscript>
2         <a href="$content" rel="external" title="$content">$content</a>
3 </noscript>
4
5 <script type="text/javascript">
6 <!--
7 document.location.href = '$content';
8 //-->
9 </script>