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

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

more compact html output

  • Property svn:eol-style set to LF
File size: 348 bytes
RevLine 
[2636]1<dt>{'Links'|@translate}</dt>
[2488]2<dd>
[8774]3        <ul>{strip}
[2488]4                {foreach from=$block->data item=link}
5                        <li>
[8774]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}>
[2488]7                                {$link.LABEL}
8                                </a>
9                        </li>
10                {/foreach}
[8774]11        {/strip}</ul>
[2488]12</dd>
Note: See TracBrowser for help on using the repository browser.