source: extensions/skeleton/template/themes/simple.tpl @ 17899

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

first commit

File size: 305 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($COLLECTION_ACTIONS)}
6  <ul class="categoryActions">
7    {$COLLECTION_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.