source: extensions/ContactForm/template/themes/simple.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: 302 bytes
Line 
1<div class="titrePage">
2  <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span> »
3  <h2>{$TITLE}</h2>
4 
5  {if !empty($PLUGIN_INDEX_ACTIONS)}
6  <ul class="categoryActions">
7    {$PLUGIN_INDEX_ACTIONS}
8  </ul>
9  {/if}
10</div>
11
12<div id="content">
13{$MENUBAR}
Note: See TracBrowser for help on using the repository browser.