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

Last change on this file since 10812 was 10812, checked in by mistic100, 13 years ago

merge spread_menus to the core

  • Property svn:eol-style set to LF
File size: 516 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content">
3        <div class="titrePage">
4                <ul class="categoryActions"></ul>
5                <h2>{'Notification'|@translate}</h2>
6        </div>
7
8  {if not empty($errors)}
9  <div class="errors">
10    <ul>
11      {foreach from=$errors item=error}
12      <li>{$error}</li>
13      {/foreach}
14    </ul>
15  </div>
16  {/if}
17
18  {if not empty($infos)}
19  <div class="infos">
20    <ul>
21      {foreach from=$infos item=info}
22      <li>{$info}</li>
23      {/foreach}
24    </ul>
25  </div>
26  {/if}
27
28</div>
Note: See TracBrowser for help on using the repository browser.