Ignore:
Timestamp:
Feb 9, 2011, 9:17:48 PM (13 years ago)
Author:
Zaphod
Message:

[extension] stripped - version 1.2.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/nbm.tpl

    r7989 r9134  
     1{php}
     2        global $conf;
     3        $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]);
     4{/php}
    15<div class="titrePage">
    2   <ul class="categoryActions">
    3     <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}">{'Home'|@translate}</a></li>
    4   </ul>
    5   <h2>{'Notification'|@translate}</h2>
     6        <div class="browsePath">
     7                <h2><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Notification'|@translate}</h2>
     8        </div>
    69</div>
    710<div id="content">
    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   {if not empty($infos)}
    18   <div class="infos">
    19     <ul>
    20       {foreach from=$infos item=info}
    21       <li>{$info}</li>
    22       {/foreach}
    23     </ul>
    24   </div>
    25   {/if}
     11        {if not empty($errors)}
     12                <div class="errors">
     13                        <ul>
     14                                {foreach from=$errors item=error}
     15                                        <li>{$error}</li>
     16                                {/foreach}
     17                        </ul>
     18                </div>
     19        {/if}
     20        {if not empty($infos)}
     21                <div class="infos">
     22                        <ul>
     23                                {foreach from=$infos item=info}
     24                                        <li>{$info}</li>
     25                                {/foreach}
     26                        </ul>
     27                </div>
     28        {/if}
    2629</div>
Note: See TracChangeset for help on using the changeset viewer.