source: extensions/gally/piwigo-2.0/menubar_categories.tpl @ 6299

Last change on this file since 6299 was 4489, checked in by grum, 14 years ago

[Template:Gally] feature 1096, feature 1097, feature 1098, feature 1099, feature 1313
And some other improvments...

  • Property svn:executable set to *
File size: 700 bytes
Line 
1<dt>
2  {if isset($U_START_FILTER)}
3  <a id="icon_start_filter" class="button" href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow"></a>
4  {/if}
5  {if isset($U_STOP_FILTER)}
6  <a id="icon_stop_filter" class="button" href="{$U_STOP_FILTER}" title="{'stop_filter_hint'|@translate}"></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.