source: extensions/ContactForm/template/themes/simple.tpl @ 17498

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

languages strings already existing in the core

File size: 309 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}
14<div>
Note: See TracBrowser for help on using the repository browser.