source: extensions/Simple_Grey/menubar_links.tpl @ 4782

Last change on this file since 4782 was 4456, checked in by boulde, 14 years ago

Simple: initial import (v1.1)

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.