]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/birthday/birthday_confirm.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / birthday / birthday_confirm.tpl
index f3ebdafb17ee6a0b88a6b3154ea85b2f492cd864..5d23308db70ddcc190af050d27ba65362a69659a 100644 (file)
@@ -1,12 +1,11 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
-       style="height: 100%">
-       <TR>
-               <TD height="10%" align="center">{--__BIRTHDAY_HEADER--}</TD>
-       </TR>
-       <TR>
-               <TD height="80%" align="center">{--__MSG--}</TD>
-       </TR>
-       <TR>
-               <TD height="10%" align="center">{--__BIRTHDAY_FOOTER--}</TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
+<tr>
+       <td height="10%" align="center">{!__BIRTHDAY_HEADER!}</td>
+</tr>
+<tr>
+       <td height="80%" align="center">{!__MSG!}</td>
+</tr>
+<tr>
+       <td height="10%" align="center">{!__BIRTHDAY_FOOTER!}</td>
+</tr>
+</table>