source: extensions/skeleton/trunk/template/menubar_skeleton.tpl @ 27660

Last change on this file since 27660 was 24182, checked in by mistic100, 11 years ago

remove php end tags, remove at symbol in template, add example of class handlers, remove useless files

File size: 284 bytes
Line 
1<dt>{$block->get_title()}</dt>
2<dd>
3  {'Menublock added by Skeleton plugin'|translate}
4        <ul>{strip}
5                {foreach from=$block->data item=link}
6                <li><a href="{$link.URL}" title="{$link.TITLE}"{if isset($link.REL)} {$link.REL}{/if}>{$link.NAME}</a></li>
7                {/foreach}
8        {/strip}</ul>
9</dd>
Note: See TracBrowser for help on using the repository browser.