source: extensions/floOS/menubar_links.tpl @ 4944

Last change on this file since 4944 was 3334, checked in by flop25, 15 years ago

first commit

File size: 520 bytes
Line 
1<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>
2<dd>
3  <ul>
4    {foreach from=$block->data item=link}
5    <li> <a href="{$link.URL}"
6                                        {if isset($link.new_window) }onclick="window.open(this.href, '{$link.new_window.NAME|@escape:'javascript'}','{$link.new_window.FEATURES|@escape:'javascript'}'); return false;"{/if}
7                                > {$link.LABEL} </a> </li>
8    {/foreach}
9  </ul>
10</dd>
Note: See TracBrowser for help on using the repository browser.