source:
extensions/Simple_Grey/menubar_links.tpl
@
4728
Last change on this file since 4728 was 4456, checked in by , 15 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.