<{assign var=theme_name value=$xoTheme->folderName}> <{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}> <{$xoops_module_header}>
<{if $xoBlocks.page_topleft or $xoBlocks.page_topcenter or $xoBlocks.page_topright}> <{foreach item=block from=$xoBlocks.page_topcenter}>
<{includeq file="$theme_name/theme_blockcenter_c.tpl"}>
<{/foreach}>
<{foreach item=block from=$xoBlocks.page_topleft}> <{/foreach}>
<{foreach item=block from=$xoBlocks.page_topright}> <{/foreach}>
<{/if}>

<{if $xoops_contents && ($xoops_contents != ' ') }> <{$xoops_contents}> <{/if}>

<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> <{if $xoBlocks.page_bottomcenter}>
<{foreach from=$xoBlocks.page_bottomcenter item=block}> <{include file="$theme_name/theme_blockcenter_c.tpl"}> <{/foreach}>
<{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
<{/if}> <{/if}>
<{if $xoops_showrblock}>
<{foreach item=block from=$xoBlocks.canvas_right}> <{/foreach}>
<{/if}>