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

Last change on this file since 20924 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
RevLine 
[10812]1{if isset($MENUBAR)}{$MENUBAR}{/if}
[2352]2<div id="content" class="content">
[8091]3        <div class="titrePage">
[10824]4                <ul class="categoryActions">
[14240]5                </ul>
6                <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
[8091]7        </div>
[1118]8
[12764]9{include file='infos_errors.tpl'}
[1118]10
11</div>
Note: See TracBrowser for help on using the repository browser.