source: extensions/Simple_Grey/menubar.tpl @ 4664

Last change on this file since 4664 was 4456, checked in by boulde, 14 years ago

Simple: initial import (v1.1)

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