source: extensions/stripped/template/menubar.tpl @ 9134

Last change on this file since 9134 was 9134, checked in by Zaphod, 13 years ago

[extension] stripped - version 1.2.0

File size: 403 bytes
RevLine 
[7989]1{if !empty($blocks) }
[9134]2<td id="menubar_container"><div id="menubar">
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)}
7                                        {include file=$block->template|@get_extent:$id }
8                                {else}
9                                        {$block->raw_content}
10                                {/if}
11                        </dl>
12                {/if}
13        {/foreach}
14</div></td>
[7989]15{/if}
Note: See TracBrowser for help on using the repository browser.