]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/birthday/birthday_confirm.tpl
Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / birthday / birthday_confirm.tpl
index 5d23308db70ddcc190af050d27ba65362a69659a..8d0be0c8c8b8370c435d34dc8e3f360caaf75b89 100644 (file)
@@ -1,11 +1,17 @@
 <table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
 <tr>
-       <td height="10%" align="center">{!__BIRTHDAY_HEADER!}</td>
+       <td height="10%" align="center">
+               {%template,LoadTemplate=birthday_header%}
+       </td>
 </tr>
 <tr>
-       <td height="80%" align="center">{!__MSG!}</td>
+       <td height="80%" align="center">
+               $content[message]
+       </td>
 </tr>
 <tr>
-       <td height="10%" align="center">{!__BIRTHDAY_FOOTER!}</td>
+       <td height="10%" align="center">
+               {%template,LoadTemplate=birthday_footer%}
+       </td>
 </tr>
 </table>