<{if $xoops_showlblock == 1}>
<{foreach item=block from=$xoops_lblocks name=lbloop}>
<{if ! $block.title|strstr:"none"}>
<{/foreach}>
<{/if}>
<{$block.title}>
<{/if}> <{$block.content}>
<{* CenterColumn BlockWeight>0 *}><{include file="`$xoops_theme`/theme_centercolumn.html"}>
<{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}>