<{* Multilanguage code *}> <{php}> global $xoopsConfig; if ( file_exists(XOOPS_ROOT_PATH."/themes/".$xoopsConfig['theme_set']."/language/".$xoopsConfig['language'].".php") ) { include_once XOOPS_ROOT_PATH."/themes/".$xoopsConfig['theme_set']."/language/".$xoopsConfig['language'].".php"; } else { include_once XOOPS_ROOT_PATH."/themes/".$xoopsConfig['theme_set']."/language/english.php"; } <{/php}> <{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> - <{/if}><{$xoops_sitename}> <{$xoops_module_header}>
<{* Code for different layout structure [1/2 or 3columns]- Allows 3 Columns by default *}> <{if $xoops_showrblock == 1 & $xoops_showlblock == 1}>
<{elseif $xoops_showrblock == '' & $xoops_showlblock == ''}>
<{elseif $xoops_showrblock == 1}>
<{else}>
<{/if}>
<{if $xoops_ccblocks}>
<{foreach item=block from=$xoops_ccblocks}> <{include file="$xoops_theme/center_blocks.html"}> <{/foreach}>

<{/if}> <{if $xoops_clblocks or $xoops_crblocks}> <{if $xoops_clblocks}>
<{foreach item=block from=$xoops_clblocks}> <{include file="$xoops_theme/center_blocks.html"}> <{/foreach}>
<{/if}>
<{if $xoops_crblocks}>
<{foreach item=block from=$xoops_crblocks}> <{include file="$xoops_theme/center_blocks.html"}> <{/foreach}>
<{/if}>
<{/if}>
<{if $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="$xoops_theme/center_blocks.html"}> <{/foreach}>

<{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}>
<{foreach from=$xoBlocks.page_bottomleft item=block}> <{include file="$xoops_theme/center_blocks.html"}> <{/foreach}>

<{foreach from=$xoBlocks.page_bottomright item=block}> <{include file="$xoops_theme/center_blocks.html"}> <{/foreach}>
<{/if}> <{/if}> <{if $xoops_banner != ' '}>
<{$xoops_banner}>
<{/if}>

<{if $xoops_showlblock == 1}>
<{foreach item=block from=$xoops_lblocks}> <{include file="$xoops_theme/sides_blocks.html"}> <{/foreach}>
<{/if}>

<{if $xoops_showrblock == 1}>
<{foreach item=block from=$xoops_rblocks}> <{include file="$xoops_theme/sides_blocks.html"}> <{/foreach}>
<{/if}>



<{if $xoops_showrblock == 1}> <{/if}> <{if $xoops_showlblock == 1}> <{/if}>