{style}{literal} .hidden-placeholder { display: none; } .dd_handle { cursor: move; } .component .action { display: none; } .component .action .dd_delete { display: none; } #place_components .clone .action .dd_delete { display: inline; } .component .action { display: none; } #place_components .component { float: left; } .place_section .component { } .place_section { min-height: 60px; padding-top: 10px; } .access_member .ow_dnd_schem_item { background-color: #AAFFAA; } .access_guest .ow_dnd_schem_item { background-color: #FFAAAA; } .ow_dragndrop_panel .ow_dnd_schem_item{ width: 166px; } .ow_dnd_locked_section { opacity: 0.5; filter: alpha(opacity=50) } .ow_dnd_locked_section .ow_dnd_placeholder { display: none; } {/literal}{/style} {capture name="sidebar"}
{/capture} {block_decorator name='box' addClass='ow_highbox ow_stdmargin index_customize_box'}
{decorator name='button' langLabel='base+widgets_finish_customize_btn' class='ow_ic_lock' id="goto_normal_btn"}
{block_decorator name='box_cap' iconClass='ow_ic_add' langLabel='base+widgets_section_box_title' type='empty'}{/block_decorator} {block_decorator name='box' type='empty' addClass='ow_smallmargin'}

Drag'n'drop items to the page to add features or custom components. These are items activated by plugins. If you want an element to stay on all pages put it to the sidebar.

Items visibility: users only guests only everyone

{foreach from=$componentList.place item="component"} {dd_component uniqName=$component.uniqName} {/foreach}
{foreach from=$componentList.clonable item="component"} {dd_component uniqName=$component.uniqName} {/foreach}
{/block_decorator}
{/block_decorator}
{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}
{foreach from=$schemeList item=scheme}
{/foreach}
{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}