source: trunk/template/default/menubar.tpl @ 5095

Last change on this file since 5095 was 5095, checked in by plg, 14 years ago

feature 1494: move all *.tpl files from template/yoga to the new
template/default (from which yoga derives)

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