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