<{if $cl_blocks or $cc_blocks or $cr_blocks}>
<{if $cc_blocks}>
<{foreach item=block from=$cc_blocks}>
<{include file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}>
<{if $cl_blocks}>
<{foreach item=block from=$cl_blocks}>
<{include file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}>
<{if $cr_blocks}>
<{foreach item=block from=$cr_blocks}>
<{include file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}>
<{/if}>
<{if $main_content}>
<{$main_content}>
<{/if}>
<{if $bl_blocks or $bc_blocks or $br_blocks}>
<{if $bl_blocks}>
<{foreach item=block from=$bl_blocks}>
<{include file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}>
<{if $bc_blocks}>
<{foreach item=block from=$bc_blocks}>
<{include file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}>
<{if $br_blocks}>
<{foreach item=block from=$br_blocks}>
<{include file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}>
<{/if}>