2
Try this.
<td colspan="3" id="centercolumn">
<{if $xoops_showcblock == 1}>
<table cellspacing="0" class="centercol">
<tr>
<td id="centerLcolumn">
<{foreach item=block from=$xoops_clblocks}> <{include file="$xoops_theme/theme_blockcenter_l.html"}> <{/foreach}>
td>
<td id="centerRcolumn" style="border-right: 1px solid #c6c6c6;">
<{foreach item=block from=$xoops_crblocks}> <{include file="$xoops_theme/theme_blockcenter_r.html"}> <{/foreach}>
td>
tr>
<tr>
<td id="centerCcolumn" colspan="2">
<{foreach item=block from=$xoops_ccblocks}>
<{include file="$xoops_theme/theme_blockcenter_c.html"}>
<{/foreach}>
td>
tr>
table>
<{/if}>
<{$xoops_contents}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
<table cellspacing="0" class="centercolb">
<tr>
<td id="bottomLcolumn"><{foreach from=$xoBlocks.page_bottomleft item=block}>
<{include file="$xoops_theme/theme_blockcenter_l.html"}>
<{/foreach}>
td>
<td id="bottomCcolumn"><{foreach from=$xoBlocks.page_bottomcenter item=block}>
<{include file="$xoops_theme/theme_blockcenter_c.html"}>
<{/foreach}>
td>
<td id="bottomRcolumn" style="border-right: 1px solid #c6c6c6;"><{foreach from=$xoBlocks.page_bottomright item=block}>
<{include file="$xoops_theme/theme_blockcenter_r.html"}>
<{/foreach}>
td>
tr>
<{/if}>
table>
HTH