source: extensions/ContactForm/template/themes/default.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: 262 bytes
Line 
1{$MENUBAR}
2
3<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
4
5<div class="titrePage">
6  {if !empty($PLUGIN_INDEX_ACTIONS)}
7        <ul class="categoryActions">
8    {$PLUGIN_INDEX_ACTIONS}
9        </ul>
10  {/if}
11
12  <h2>{$TITLE}</h2>
13</div>
Note: See TracBrowser for help on using the repository browser.