source:
extensions/Slide/template/menubar_menu.tpl
@
31964
Last change on this file since 31964 was 21579, checked in by , 12 years ago | |
---|---|
File size: 275 bytes |
Line | |
---|---|
1 | <dt>{'Menu'|@translate}</dt> |
2 | <dd> |
3 | <ul>{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}</ul> |
10 | </dd> |
11 | |
12 |
Note: See TracBrowser
for help on using the repository browser.