source: trunk/themes/default/template/menubar_links.tpl @ 13788

Last change on this file since 13788 was 8774, checked in by rvelices, 13 years ago

more compact html output

  • Property svn:eol-style set to LF
File size: 348 bytes
Line 
1<dt>{'Links'|@translate}</dt>
2<dd>
3        <ul>{strip}
4                {foreach from=$block->data item=link}
5                        <li>
6                                <a href="{$link.URL}" class="external"{if isset($link.new_window)} onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}>
7                                {$link.LABEL}
8                                </a>
9                        </li>
10                {/foreach}
11        {/strip}</ul>
12</dd>
Note: See TracBrowser for help on using the repository browser.