source: extensions/Slim/template/menubar_menu.tpl @ 19205

Last change on this file since 19205 was 19205, checked in by Miklfe, 11 years ago
File size: 304 bytes
Line 
1<span class="dd_wrapper">{'Menu'|@translate}</span>
2<div class="sub" >
3
4
5
6        <ul>
7        {foreach from=$block->data item=link}
8                {if is_array($link)}
9                        <li><a href="{$link.URL}" title="{$link.TITLE}" {if isset($link.REL)}{$link.REL}{/if}>{$link.NAME}</a></li>
10                {/if}
11        {/foreach}
12        </ul>
13</div>
14
15
Note: See TracBrowser for help on using the repository browser.