source:
extensions/floOS/menubar_specials.tpl
@
4811
Last change on this file since 4811 was 3618, checked in by , 15 years ago | |
---|---|
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.