source: extensions/floPure/menubar_links.tpl @ 3333

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

first commit

File size: 382 bytes
Line 
1<dt>{$block->get_title()|@translate}</dt>
2<dd>
3        <ul>
4                {foreach from=$block->data item=link}
5                        <li>
6                                <a href="{$link.URL}"
7                                        {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}
8                                >
9                                {$link.LABEL}
10                                </a>
11                        </li>
12                {/foreach}
13        </ul>
14</dd>
15
Note: See TracBrowser for help on using the repository browser.