source:
extensions/stripped/template/menubar.tpl
@
21605
Last change on this file since 21605 was 12960, checked in by , 13 years ago | |
---|---|
File size: 260 bytes |
Rev | Line | |
---|---|---|
[11506] | 1 | {if !empty($blocks) } |
[11531] | 2 | <div id="menubar"> |
[11506] | 3 | {foreach from=$blocks key=id item=block} |
[12960] | 4 | <dl id="{$id}"> |
5 | {if not empty($block->template)} | |
6 | {include file=$block->template|@get_extent:$id } | |
7 | {else} | |
8 | {$block->raw_content} | |
[11506] | 9 | {/if} |
[12960] | 10 | </dl> |
[11506] | 11 | {/foreach} |
[11531] | 12 | </div> |
[12960] | 13 | {/if} |
Note: See TracBrowser
for help on using the repository browser.