{* In what order center blocks should be displayed valid values are: lrc (left right / center) lcr (left center right) clr (center / left right) *}> <{assign var=theme_top_order value=lrc}> <{assign var=theme_bottom_order value=lcr}> <{* Determine what view is the current one: no content = home/portal view *}> <{if !$xoops_contents}><{assign var=theme_view value='home'}> <{elseif is_object($xoEntity)}><{assign var=theme_view value='document'}> <{else}><{assign var=theme_view value='list'}><{/if}> <{$xoops_module_header}>
<{if $xoBlocks.canvas_left and $xoBlocks.canvas_right}> <{assign var=columns_layout value='threecolumns-layout'}> <{elseif $xoBlocks.canvas_left}> <{assign var=columns_layout value='leftcolumn-layout'}> <{elseif $xoBlocks.canvas_right}> <{assign var=columns_layout value='rightcolumn-layout'}> <{/if}>