Last change
on this file since 7114 was
5714,
checked in by flop25, 15 years ago
|
moving the old template structure to a specific folder
|
File size:
384 bytes
|
Line | |
---|
1 | |
---|
2 | <dt class="titre_acordeon"><a href="#"><img src="{$ROOT_URL}{$themeconf.icon_dir}/menu/small_resizable.png" class="button_res" alt="[_]">{$block->get_title()|@translate}</a></dt> |
---|
3 | <dd> |
---|
4 | <ul> |
---|
5 | {foreach from=$block->data item=link} |
---|
6 | <li><a href="{$link.URL}" title="{$link.TITLE}" {if isset($link.REL)}{$link.REL}{/if}>{$link.NAME}</a></li> |
---|
7 | {/foreach} |
---|
8 | </ul> |
---|
9 | </dd> |
---|
Note: See
TracBrowser
for help on using the repository browser.