<{* 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=clr}> <{assign var=theme_bottom_order value=clr}> <{assign var=theme_name value=$xoTheme->folderName}> <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}> <{assign var=theme_plugin value=$xoTheme->folderName|cat:'/xoplugins'}> <{includeq file="$theme_name/xometas.html"}> <{includeq file="$theme_name/xoscripts.html"}> <{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}>
class="<{$columns_layout}>"<{/if}>>
<{if $xoops_banner and $xoops_banner != ' '}> <{includeq file="$theme_name/xobanner_commercial.html"}> <{else}> <{includeq file="$theme_name/xobanner.html"}> <{/if}> <{includeq file="$theme_name/globalnav.html"}>
<{if $xoBlocks.canvas_left}> <{includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_left zoneClass='xo-canvas-column' zoneId='xo-canvas-leftcolumn' zoneTag='td' }> <{/if}> <{if $xoBlocks.canvas_right}> <{includeq file="$theme_name/blockszone.html" blocks=$xoBlocks.canvas_right zoneClass='xo-canvas-column' zoneId='xo-canvas-rightcolumn' zoneTag='td' }> <{/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 != ' ') }>
<{$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}>
<{includeq file="$theme_name/xofooter.html"}>
<{if $xoops_isadmin}> <{includeq file="$theme_name/xo_footerstatic.html"}> <{/if}>