<{foreach item=block from=$xoBlocks.page_topcenter}>
<{includeq file="$theme_name/theme_blockcenter_c.tpl"}>
<{/foreach}>
<{if $xoops_showlblock}>
<{foreach item=block from=$xoBlocks.canvas_left}>
<{includeq file="$theme_name/theme_blockleft.tpl"}>
<{/foreach}>
<{/if}>
<{if $xoops_showrblock}>
<{foreach item=block from=$xoBlocks.canvas_right}>
<{includeq file="$theme_name/theme_blockright.tpl"}>
<{/foreach}>
<{/if}>
<{if $xoops_contents && ($xoops_contents != ' ') }>
<{$xoops_contents}>
<{/if}>