source: branches/2.0/template/yoga/menubar_categories.tpl @ 2705

Last change on this file since 2705 was 2702, checked in by patdenice, 16 years ago

Move filter button to menubar.tpl.

  • Property svn:eol-style set to LF
File size: 372 bytes
Line 
1<dt>
2        <a href="{$block->data.U_CATEGORIES}">{'Categories'|@translate}</a>
3</dt>
4<dd>
5        {$block->data.MENU_CATEGORIES_CONTENT}
6        {if isset($block->data.U_UPLOAD)}
7        <ul>
8                <li>
9                        <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a>
10                </li>
11        </ul>
12        {/if}
13        <p class="totalImages">{$pwg->l10n_dec('%d element', '%d elements', $block->data.NB_PICTURE)}</p>
14</dd>
15
Note: See TracBrowser for help on using the repository browser.