Last change
on this file since 9266 was
5714,
checked in by flop25, 15 years ago
|
moving the old template structure to a specific folder
|
File size:
909 bytes
|
Rev | Line | |
---|
[3334] | 1 | {if isset($U_START_FILTER)} |
---|
| 2 | <a href="{$U_START_FILTER}" title="{'start_filter_hint'|@translate}" rel="nofollow"> |
---|
| 3 | <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}"> |
---|
| 7 | <img src="{$ROOT_URL}{$themeconf.icon_dir}/stop_filter.png" class="button" alt="stop filter"></a> |
---|
| 8 | {/if} |
---|
| 9 | <dt class="titre_acordeon_0"> |
---|
| 10 | <a href="#"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{'Categories'|@translate}</a> |
---|
| 11 | </dt> |
---|
| 12 | <dd> |
---|
| 13 | {$block->data.MENU_CATEGORIES_CONTENT} |
---|
| 14 | {if isset($block->data.U_UPLOAD)} |
---|
| 15 | <ul> |
---|
| 16 | <li> <a href="{$block->data.U_UPLOAD}">{'upload_picture'|@translate}</a> </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.