]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/birthday/birthday_confirm.tpl
Fix for template ext_lead.tpl, thanks to narutofanxxxll
[mailer.git] / templates / de / html / birthday / birthday_confirm.tpl
index 0c705ce6aef1737e6c0788973566b2692d1b6360..5cc32235d5206ce288fe7be6bfc839ae636a5814 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>
-</TR>
-<TR>
-       <TD height="80%" align="center">{!__MSG!}</TD>
-</TR>
-<TR>
-       <TD height="10%" align="center">{!__BIRTHDAY_FOOTER!}</TD>
-</TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
+<tr>
+       <td height="10%" align="center">
+               $content[header]
+       </td>
+</tr>
+<tr>
+       <td height="80%" align="center">
+               $content[msg]
+       </td>
+</tr>
+<tr>
+       <td height="10%" align="center">
+               $content[footer]
+       </td>
+</tr>
+</table>