source: extensions/Image_For_All/menubar_categories.tpl @ 20461

Last change on this file since 20461 was 3437, checked in by sakkhho, 15 years ago

update

File size: 777 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">{$block->data.IMG_FOR_ALL}</p>
20</dd>
21
Note: See TracBrowser for help on using the repository browser.