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

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

feature:2538 Make a unified messages management
use only $pageinfos and $pageerrors vars and and necessary template to all main pages

  • Property svn:eol-style set to LF
File size: 454 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content">
3        <div class="titrePage">
4                <ul class="categoryActions">
5      <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
6        <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
7      </a></li>
8    </ul>
9                <h2>{'Notification'|@translate}</h2>
10        </div>
11
12{include file='infos_errors.tpl'}
13
14</div>
Note: See TracBrowser for help on using the repository browser.