<{if $xoops_showcblock == 1}>
<{if $xoops_ccblocks}><{* Start Center Center Column BlockWeight = 0 *}>
<{foreach item=block from=$xoops_ccblocks name=ccloop}>
<{if $block.weight == 0 }>
<{/if}> <{/foreach}> <{/if}><{* End Center Center Column *}> <{/if}>
<{if ! $block.title|strstr:"none"}>
<{$block.title}>
<{/if}> <{$block.content}><{/if}> <{/foreach}> <{/if}><{* End Center Center Column *}> <{/if}>
<{if $xoops_ccblocks}><{* Start bottom Column BlockWeight >= 500 *}>
<{foreach item=block from=$xoops_ccblocks name=ccloop}>
<{if $block.weight >= 500 }>
<{if ! $block.title|strstr:"none"}>
<{/if}>
<{/foreach}>
<{/if}>