3
try this
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
<table cellspacing="0">
<{if $xoBlocks.page_bottomcenter}>
<tr><td id="bottomCcolumn" colspan="2">
<{foreach from=$xoBlocks.page_bottomcenter item=block}>
<table class="blok" align="center" cellpadding="0" cellspacing="0">
<tr>
<td > <div class="blockTitle"><{$block.title}>div>
<div class="blockContent"><{$block.content}>div>td>
tr>
table> <{/foreach}>
td>
tr>
<{/if}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
<tr>
<td id="bottomLcolumn">
<{foreach from=$xoBlocks.page_bottomleft item=block}><table class="blok" align="center" cellpadding="0" cellspacing="0">
<tr>
<td ><table><tr><td><{$block.title}>td>tr><tr><td>
<div class="blockContent"><{$block.content}>div>td>tr>table>
td>
tr>
table>
<{/foreach}>
td>
<td id="bottomRcolumn">
<{foreach from=$xoBlocks.page_bottomright item=block}><table align="center" cellpadding="0" cellspacing="0">
<tr>
<td >
<table><tr><td><{$block.title}>td>tr><tr><td>
<div class="blockContent"><{$block.content}>div>td>tr>table>td>
tr>
table>
<{/foreach}>
td>
tr>
<{/if}>
table>
<{/if}>
Hope it helps