source: extensions/floOS/2.0.x/menubar_links.tpl @ 15907

Last change on this file since 15907 was 5714, checked in by flop25, 14 years ago

moving the old template structure to a specific folder

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.