<{* Center blocks display order 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}> <{assign var=theme_name value=$xoTheme->folderName}> <{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}> <{$xoops_module_header}> <{if $xoBlocks.canvas_left and !$xoBlocks.canvas_right}> <{assign var=columns_layout value='leftcolumn-layout'}> <{elseif !$xoBlocks.canvas_left and $xoBlocks.canvas_right}> <{assign var=columns_layout value='rightcolumn-layout'}> <{elseif !$xoBlocks.canvas_right and !$xoBlocks.canvas_left}> <{assign var=columns_layout value='nocolumn-layout'}> <{/if}> <{if ($xoBlocks.bottomleft and $xoBlocks.bottomcenter and !$xoBlocks.bottomright) || ($xoBlocks.bottomleft and !$xoBlocks.bottomcenter and $xoBlocks.bottomright) || (!$xoBlocks.bottomleft and $xoBlocks.bottomcenter and $xoBlocks.bottomright)}> <{assign var=bottomcolumns_layout value='twocolumn-layout'}> <{elseif ($xoBlocks.bottomleft and !$xoBlocks.bottomcenter and !$xoBlocks.bottomright) || (!$xoBlocks.bottomleft and $xoBlocks.bottomcenter and !$xoBlocks.bottomright) || (!$xoBlocks.bottomleft and !$xoBlocks.bottomcenter and $xoBlocks.bottomright )}> <{assign var=bottomcolumns_layout value='onecolumn-layout'}> <{elseif $xoBlocks.bottomleft and $xoBlocks.bottomcenter and $xoBlocks.bottomright}> <{assign var=bottomcolumns_layout value='threecolumn-layout'}> <{/if}>
<{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}>
<{includeq file="$theme_name/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:0:1}> <{includeq file="$theme_name/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:1:1}> <{includeq file="$theme_name/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:2:1}>
<{/if}> <{if $xoops_contents}>
<{$xoops_contents}>
<{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomcenter or $xoBlocks.page_bottomright}>
<{includeq file="$theme_name/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:0:1}> <{includeq file="$theme_name/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:1:1}> <{includeq file="$theme_name/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:2:1}>
<{/if}>
<{if $xoBlocks.canvas_right || $xoBlocks.canvas_left}> <{includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_right zoneClass='xo-canvas-column' zoneId='xo-canvas-rightcolumn'}> <{includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_left zoneClass='xo-canvas-column' zoneId='xo-canvas-rightcolumn' }> <{/if}>
<{if $xoBlocks.bottomleft or $xoBlocks.bottomcenter or $xoBlocks.bottomright}>
<{if $xoBlocks.bottomleft}>
<{if $xoBlocks.bottomleft}> <{foreach from=$xoBlocks.bottomleft item=block}> <{includeq file="$theme_name/footer-left-center-right.html"}> <{/foreach}> <{/if}>
<{/if}>
<{if $xoBlocks.bottomcenter}> <{foreach from=$xoBlocks.bottomcenter item=block}> <{includeq file="$theme_name/footer-left-center-right.html"}> <{/foreach}> <{/if}>
<{if $xoBlocks.bottomright}> <{foreach from=$xoBlocks.bottomright item=block}> <{includeq file="$theme_name/footer-left-center-right.html"}> <{/foreach}> <{/if}>
 
<{/if}>