source: extensions/stripped/template/menubar_specials.tpl @ 7989

Last change on this file since 7989 was 7989, checked in by Zaphod, 13 years ago

[extension] stripped - first release

File size: 230 bytes
Line 
1<dt>{'Specials'|@translate}</dt>
2<dd>
3        <ul>
4                {foreach from=$block->data item=link}
5                <li><a href="{$link.URL}" title="{$link.TITLE}" {if isset($link.REL)}{$link.REL}{/if}>{$link.NAME}</a></li>
6                {/foreach}
7        </ul>
8</dd>
9
Note: See TracBrowser for help on using the repository browser.