source: extensions/floPure/menubar_categories.tpl @ 3586

Last change on this file since 3586 was 3498, checked in by flop25, 15 years ago

correction of ie mistake and add the correct menubar_categories.tpl

File size: 799 bytes
Line 
1<dt>
2  {if isset($U_START_FILTER)}
3  <a href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/start_filter.png" class="button" alt="start filter"></a>
4  {/if}
5  {if isset($U_STOP_FILTER)}
6  <a href="{$U_STOP_FILTER}" title="{'stop_filter_hint'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a>
7  {/if}
8        <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
9</dt>
10<dd>
11        {$block->data.MENU_CATEGORIES_CONTENT}
12        {if isset($block->data.U_UPLOAD)}
13        <ul>
14                <li>
15                        <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a>
16                </li>
17        </ul>
18        {/if}
19        <p class="totalImages">{$pwg->l10n_dec('%d element', '%d elements', $block->data.NB_PICTURE)}</p>
20</dd>
Note: See TracBrowser for help on using the repository browser.