source:
extensions/simple_themes/simple/template/menubar_links.tpl
@
13552
Last change on this file since 13552 was 13546, checked in by , 13 years ago | |
---|---|
File size: 145 bytes |
Line | |
---|---|
1 | <h3>{'Links'|@translate}</h3> |
2 | <ul> |
3 | {foreach from=$block->data item=link} |
4 | <li><a href="{$link.URL}">{$link.LABEL}</a></li> |
5 | {/foreach} |
6 | </ul> |
Note: See TracBrowser
for help on using the repository browser.