source:
extensions/stripped/template/menubar_specials.tpl
@
19554
Last change on this file since 19554 was 12960, checked in by , 13 years ago | |
---|---|
File size: 243 bytes |
Rev | Line | |
---|---|---|
[7989] | 1 | <dt>{'Specials'|@translate}</dt> |
2 | <dd> | |
[12960] | 3 | <ul>{strip} |
[7989] | 4 | {foreach from=$block->data item=link} |
[12960] | 5 | <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a></li> |
[7989] | 6 | {/foreach} |
[12960] | 7 | {/strip}</ul> |
[7989] | 8 | </dd> |
Note: See TracBrowser
for help on using the repository browser.