{script}{literal} DND_InterfaceFix.fix('.place_section'); {/literal}{/script} {style}{literal} #place_components .component { float: left; } .configurable_component .ow_box_icons { float: right; padding-top: 6px; } .configurable_component h3 { float: left; } {/literal}{/style} {capture name="sidebar"}
{if isset($componentList.section.sidebar)} {foreach from=$componentList.section.sidebar item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{/capture} {if $allowCustomize} {block_decorator name='box' addClass='ow_highbox ow_stdmargin index_customize_box' type="empty"}
{decorator name='button' langLabel='base+widgets_customize_btn' class='ow_ic_gear_wheel' id="goto_customize_btn"}
{/block_decorator} {/if}
{if $sidebarPosition == 'left'} {$smarty.capture.sidebar} {/if}
{if isset($componentList.section.top)} {foreach from=$componentList.section.top item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{if isset($componentList.section.left)} {foreach from=$componentList.section.left item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{if isset($componentList.section.right)} {foreach from=$componentList.section.right item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{if isset($componentList.section.bottom)} {foreach from=$componentList.section.bottom item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{if $sidebarPosition == 'right'} {$smarty.capture.sidebar} {/if}