Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / show_bonus.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="100%" style="height: 100%">
2 <tr>
3         <td height="10%" align="center">
4                 {%template,LoadTemplate=show_bonus_header%}
5         </td>
6 </tr>
7 <tr>
8         <td height="80%" align="center">
9                 $content[message]
10         </td>
11 </tr>
12 <tr>
13         <td height="10%" align="center">
14                 {%template,LoadTemplate=show_bonus_footer%}
15         </td>
16 </tr>
17 </table>