source: extensions/ContactForm/template/themes/stripped.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: 471 bytes
RevLine 
[17483]1<div class="titrePage">
2        <div class="browsePath">
3                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
4                <h2>{$TITLE}</h2>
5        </div>
6 
7        {if !empty($PLUGIN_INDEX_ACTIONS)}
8                <div class="categoryActionsContainer">
9                        <ul class="categoryActions group1">
10                                {$PLUGIN_INDEX_ACTIONS}
11                        </ul>
12                </div>
13        {/if}
14</div>
15
16<div id="content" {if !$stripped.hideMenu}class="menuShown"{/if}>
17{$MENUBAR}
Note: See TracBrowser for help on using the repository browser.