]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/show_bonus.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / show_bonus.tpl
index 2c154f621759be322f51782b63c235b3f85fef06..eba8d27d63988fc4053427bf09eb4fe1c5313162 100644 (file)
@@ -1,12 +1,17 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"
-       style="height: 100%">
-       <TR>
-               <TD height="10%" align="center">{!__BONUS_HEADER!}</TD>
-       </TR>
-       <TR>
-               <TD height="80%" align="center">{!__BONUS_MSG!}</TD>
-       </TR>
-       <TR>
-               <TD height="10%" align="center">{!__BONUS_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">
+               $content[header]
+       </td>
+</tr>
+<tr>
+       <td height="80%" align="center">
+               $content[message]
+       </td>
+</tr>
+<tr>
+       <td height="10%" align="center">
+               $content[footer]
+       </td>
+</tr>
+</table>