source: trunk/themes/default/template/nbm.tpl @ 14240

Last change on this file since 14240 was 14240, checked in by Zaphod, 12 years ago

feature 2588: template harmonization
All templates (tags, comments etc...) have now a "Home" link at the beginning of the page title (like index.tpl), instead of a home icon.

  • Property svn:eol-style set to LF
File size: 286 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content">
3        <div class="titrePage">
4                <ul class="categoryActions">
5                </ul>
6                <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
7        </div>
8
9{include file='infos_errors.tpl'}
10
11</div>
Note: See TracBrowser for help on using the repository browser.