
Heres the original bit of code:
<{/foreach}>
td>
tr>
<{/if}>
table>
<{/if}>
td>
<td id="rightcolumn">
<{foreach item=block from=$xoops_rblocks}>
<div style="width:168px;height:34px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_01.png);background-repeat: no-repeat;">
<div class="blockTitle"><{$block.title}>div>div>
<div>
<div style="width:168px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_02.png);">
<div class="blockrContent"><{$block.content}>div>
div>
<div style="width:168px;height:11px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_03.png);">
div>
<br />
<{/foreach}>
And here's what i changed it to...
<{/foreach}>
td>
tr>
<{/if}>
table>
<{/if}>
td>
<td id="rightcolumn">
<{if $xoops_showrblock}>
<{foreach item=block from=$xoops_rblocks}>
<div style="width:168px;height:34px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_01.png);background-repeat: no-repeat;">
<div class="blockTitle"><{$block.title}>div>div>
<div>
<div style="width:168px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_02.png);">
<div class="blockrContent"><{$block.content}>div>
div>
<div style="width:168px;height:11px;margin-right: auto;margin-left: auto;background-image: url(<{$xoops_imageurl}>visual/lblock_03.png);">
div>
<br />
<{/foreach}>
td>
<{/if}>