source: extensions/ContactForm/template/mail/content_plain.tpl @ 17483

Last change on this file since 17483 was 17483, checked in by mistic100, 12 years ago

entirely rewrite the plugin

  • send mail in html format (configurable to plain)
  • fully configurable email list
  • more...
File size: 417 bytes
Line 
1{$cf_prefix}
2--------------------
3
4{'Name'|@translate} : {$contact.author}
5{'Email address'|@translate} : {$contact.email}
6
7====================
8{$contact.content}
9====================
10
11{'IP: %s'|@translate|@sprintf:$contact.ip}
12{'Browser: %s'|@translate|@sprintf:$contact.agent}
13
14--------------------
15{'Sent by'|@translate} "{$GALLERY_TITLE}" {$GALLERY_URL}
16{'Powered by'|@translate} Piwigo {$VERSION} - Contact Form
Note: See TracBrowser for help on using the repository browser.