dreamjob/app/View/Emails/html/contact.ctp

13 lines
304 B
PHP

<table>
<tr>
<td><?=$text['mail']['adresse'];?></td>
<td><?=$text['mail']['last_name'].', '.$text['mail']['first_name'];?></td>
</tr>
<tr>
<td colspan="2"><?=$text['mail']['subject'];?></td>
</tr>
<tr>
<td colspan="2"><?=strip_tags($text['mail']['text'],$strip_tags);?></td>
</tr>
</table>