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

Last change on this file since 2985 was 2832, checked in by rvelices, 16 years ago

merge -c2831 from branch 2.0 to trunk

  • remove some unnecessary modifiers from template - it should be somehow faster (arguably though)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 337 bytes
RevLine 
[2488]1{if !empty($blocks) }
[1367]2<div id="menubar">
[2488]3        {foreach from=$blocks key=id item=block}
4        {if ( not empty($block->template) or not empty($block->raw_content) )}
5        <dl id="{$id}">
6                {if not empty($block->template)}
[2716]7                {include file=$block->template|@get_extent:$id }
[2488]8                {else}
[2832]9                {$block->raw_content}
[2480]10                {/if}
[2488]11        </dl>
12        {/if}
13        {/foreach}
14</div>
15{/if}
Note: See TracBrowser for help on using the repository browser.