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

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

first commit

File size: 258 bytes
Line 
1{$MENUBAR}
2
3<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
4
5<div class="titrePage">
6  {if !empty($COLLECTION_ACTIONS)}
7        <ul class="categoryActions">
8    {$COLLECTION_ACTIONS}
9        </ul>
10  {/if}
11
12  <h2>{$TITLE}</h2>
13</div>
Note: See TracBrowser for help on using the repository browser.