source: extensions/floOs/menubar_specials.tpl @ 3644

Last change on this file since 3644 was 3618, checked in by flop25, 15 years ago

update global with pwg 2.0.3

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.