<{php}> require( XOOPS_ROOT_PATH."/themes/z_changeable_theme/themechanger.php" ); <{/php}><{if $temaname != ""}><{include file="$temaname"}> <{else}> <{$xoops_sitename}> - <{$xoops_pagetitle}> <{$xoops_module_header}>
 
<{if $xoops_showrblock == 1}> <{/if}>
<{foreach item=block from=$xoops_lblocks}> <{include file="z_changeable_theme/theme_blockleft.html"}> <{/foreach}> <{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}> <{include file="z_changeable_theme/theme_blockcenter_c.html"}> <{/foreach}>
<{foreach item=block from=$xoops_clblocks}> <{include file="z_changeable_theme/theme_blockcenter_l.html"}> <{/foreach}> <{foreach item=block from=$xoops_crblocks}> <{include file="z_changeable_theme/theme_blockcenter_r.html"}> <{/foreach}>
<{/if}>
<{if $xoops_isadmin}>
WARNING!! Theme name is not assigned!
Theme-changer failed to include a theme.
Please check the setting of Theme-changer and check whether the theme.html exsits.
warned by theme changer.
<{/if}> <{$xoops_contents}>
<{foreach item=block from=$xoops_rblocks}> <{include file="z_changeable_theme/theme_blockright.html"}> <{/foreach}>
<{/if}>