<{assign var=theme_name value=$xoTheme->folderName}> <{includeq file="$theme_name/theme_functions.php"}> <{$xoops_sitename}> - <{if $xoops_pagetitle !=''}><{$xoops_pagetitle}><{/if}> <{$xoops_module_header}>
<{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}>
<{if $l_blocks}>
<{foreach item=block from=$l_blocks}>
<{includeq file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}> <{if $r_blocks}>
<{foreach item=block from=$r_blocks}>
<{includeq file="$xoops_theme/blockszone.html"}>
<{/foreach}>
<{/if}>
<{$SubCopy}>