source: extensions/PaysonsPlaces/template/menubar_specials.tpl @ 11301

Last change on this file since 11301 was 11301, checked in by tearran, 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.