<{$xoops_sitename}>
<{if $xoops_ccblocks}><{* Start bottom Column BlockWeight 3000-3499 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight >= 3000 and $block.weight < 3500}>
<{if ! $block.title|strstr:"none"}>

<{$block.title|regex_replace:"/\[\[\w+/":""}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}>
<{if $xoops_ccblocks}><{* Start bottom Column BlockWeight >= 3500 and <4000 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight >= 3500 and $block.weight < 4000}>
<{if ! $block.title|strstr:"none"}>

<{$block.title|regex_replace:"/\[\[\w+/":""}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}>