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