1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-02 05:21:39 +02:00
vroom/templates/default/feedback.mail.ep
2015-07-26 18:30:54 +02:00

16 lines
276 B
Plaintext

<html>
<p>
% if ($email && $email ne ''){
<%= l('FROM') %>: <%= $email %>
</p>
% }
<p>
<%= l('COMMENT') %>: <%= $comment %>
</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">
&mdash;
<br>
%= l('EMAIL_SIGN')
</p>
</html>