source:
extensions/stripped/template/menubar_links.tpl
@
31344
Last change on this file since 31344 was 12960, checked in by , 13 years ago | |
---|---|
File size: 360 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.