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

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

restore HOME links, change parameter name for remove menu on certain page

  • Property svn:eol-style set to LF
File size: 748 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">
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>
[8091]9                <h2>{'Notification'|@translate}</h2>
10        </div>
[1118]11
[2278]12  {if not empty($errors)}
[1118]13  <div class="errors">
14    <ul>
[2278]15      {foreach from=$errors item=error}
16      <li>{$error}</li>
17      {/foreach}
[1118]18    </ul>
19  </div>
[2278]20  {/if}
[1118]21
[2278]22  {if not empty($infos)}
[1118]23  <div class="infos">
24    <ul>
[2278]25      {foreach from=$infos item=info}
26      <li>{$info}</li>
27      {/foreach}
[1118]28    </ul>
29  </div>
[2278]30  {/if}
[1118]31
32</div>
Note: See TracBrowser for help on using the repository browser.