<{if $xoops_showcblock == 1}> <{if $xoops_ccblocks}><{* Start Center Center Column BlockWeight 1-99 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight > 0 and $block.weight < 100 }>
<{if ! $block.title|strstr:"none"}>

<{$block.title}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}><{* End Center Center Column *}> <{if $xoops_clblocks}><{* Start Center Left Column *}>
<{foreach item=block from=$xoops_clblocks name=clloop}>
<{if ! $block.title|strstr:"none"}>

<{$block.title}>

<{/if}> <{$block.content}>
<{/foreach}>
<{/if}><{* End Center Left Column *}> <{if $xoops_crblocks}><{* Start Center Right Column *}>
<{foreach item=block from=$xoops_crblocks name=crloop}>
<{if ! $block.title|strstr:"none"}>

<{$block.title}>

<{/if}> <{$block.content}>
<{/foreach}>
<{/if}><{* End Center Right Column *}>
<{/if}> <{* xoops contents *}> <{if $xoops_contents}>
<{$xoops_contents}>
<{/if}> <{if $xoops_showcblock == 1}> <{if $xoops_ccblocks}><{* Start Center Center Column BlockWeight 100-499 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight >= 100 and $block.weight < 500}>
<{if ! $block.title|strstr:"none"}>

<{$block.title}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}><{* End Center Center Column *}> <{/if}>