Last change
on this file since 32058 was
30484,
checked in by SergeD, 10 years ago
|
version 1.0.14 - please refer to changelog for details
|
File size:
307 bytes
|
Line | |
---|
1 | {if !empty($blocks)} |
---|
2 | <div id="menubar" class="{$greydragon.p_main_menu}"> |
---|
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.