source: extensions/UserCollections/template/themes/stripped.tpl @ 17493

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

better integration in simple and stripped

File size: 467 bytes
Line 
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($COLLECTION_ACTIONS)}
8                <div class="categoryActionsContainer">
9                        <ul class="categoryActions group1">
10                                {$COLLECTION_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.