source: extensions/ContactForm/template/text/html/mail.tpl @ 25872

Last change on this file since 25872 was 25872, checked in by mistic100, 10 years ago

update for 2.6

File size: 274 bytes
Line 
1<style type="text/css">{strip}
2
3{/strip}</style>
4
5<p>
6  <b>{'Name'|translate}:</b> {$CONTACT.author}<br>
7  <b>{'Email address'|translate}:</b> {$CONTACT.email}
8  {if $CONTACT.show_ip}<br>{'IP: %s'|translate:$CONTACT.ip}{/if}
9</p>
10
11<blockquote>{$CONTACT.content}</blockquote>
Note: See TracBrowser for help on using the repository browser.