source: trunk/template/yoga/menubar_links.tpl @ 2926

Last change on this file since 2926 was 2832, checked in by rvelices, 16 years ago

merge -c2831 from branch 2.0 to trunk

  • remove some unnecessary modifiers from template - it should be somehow faster (arguably though)
  • Property svn:eol-style set to LF
File size: 328 bytes
Line 
1<dt>{'Links'|@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}','{$link.new_window.FEATURES}'); 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.