source: extensions/stripped/template/nbm.tpl @ 32017

Last change on this file since 32017 was 18640, checked in by Zaphod, 12 years ago
File size: 522 bytes
Line 
1<div class="titrePage">
2        <div class="browsePath">
3                <h2>
4                        {if isset($MENUBAR)}
5                                <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span>
6                        {/if}
7                        <a href="{$U_HOME}">{'Home'|@translate}</a>
8                        {$LEVEL_SEPARATOR}{'Notification'|@translate}
9                </h2>
10        </div>
11</div>
12<div id="content">
13        {if isset($MENUBAR)}{$MENUBAR}{/if}
14        <div id="content_cell">
15                <div class="content_block">
16                        {include file='infos_errors.tpl'}
17                </div>
18        </div>
19</div>
Note: See TracBrowser for help on using the repository browser.