source: trunk/template/yoga/menubar.tpl @ 4956

Last change on this file since 4956 was 3282, checked in by plg, 16 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 258 bytes
RevLine 
[2488]1{if !empty($blocks) }
[1367]2<div id="menubar">
[2488]3        {foreach from=$blocks key=id item=block}
4        <dl id="{$id}">
5                {if not empty($block->template)}
[2716]6                {include file=$block->template|@get_extent:$id }
[2488]7                {else}
[2832]8                {$block->raw_content}
[2480]9                {/if}
[2488]10        </dl>
11        {/foreach}
12</div>
13{/if}
Note: See TracBrowser for help on using the repository browser.