source: branches/2.0/template/yoga/menubar.tpl @ 5942

Last change on this file since 5942 was 3137, checked in by rvelices, 15 years ago

merge r3136 from trunk

  • moved check upgrade feed code to admin/include/functions_upgrade.php
  • refactored some code (shorter and somehow faster - but nothing revolutionary)
  • decrease lost space in permalinks.tpl and hard coded column width (was illisible)
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
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.