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

Last change on this file since 5164 was 5164, checked in by nikrou, 14 years ago

Fix mistypping for home page icon (Home.png instead of home.png)

  • Property svn:eol-style set to LF
File size: 643 bytes
RevLine 
[1118]1
[2352]2<div id="content" class="content">
[1118]3  <div class="titrePage">
4    <ul class="categoryActions">
[5164]5      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
[1118]6    </ul>
[5021]7    <h2>{'Notification'|@translate}</h2>
[1118]8  </div>
9
[2278]10  {if not empty($errors)}
[1118]11  <div class="errors">
12    <ul>
[2278]13      {foreach from=$errors item=error}
14      <li>{$error}</li>
15      {/foreach}
[1118]16    </ul>
17  </div>
[2278]18  {/if}
[1118]19
[2278]20  {if not empty($infos)}
[1118]21  <div class="infos">
22    <ul>
[2278]23      {foreach from=$infos item=info}
24      <li>{$info}</li>
25      {/foreach}
[1118]26    </ul>
27  </div>
[2278]28  {/if}
[1118]29
30</div>
Note: See TracBrowser for help on using the repository browser.