source:
trunk/template/yoga/menubar.tpl
@
4956
Last change on this file since 4956 was 3282, checked in by , 16 years ago | |
---|---|
|
|
File size: 258 bytes |
Rev | Line | |
---|---|---|
[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.