<{assign var=theme_name value=$xoTheme->folderName}> <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}> <{if $xoops_pagetitle !=''}><{$xoops_pagetitle}> : <{/if}><{$xoops_sitename}> <{$xoops_module_header}> <{if $xoBlocks.canvas_left and $xoBlocks.canvas_right}> <{assign var=columns_layout value='dreispalten-layout'}> <{assign var=block_layout value='dreispalten-block'}> <{elseif $xoBlocks.canvas_left}> <{assign var=columns_layout value='zweispalten-layout'}> <{assign var=block_layout value='zweispalten-block'}> <{elseif $xoBlocks.canvas_right}> <{assign var=columns_layout value='zweispalten-layout'}> <{assign var=block_layout value='zweispalten-block'}> <{else}> <{assign var=columns_layout value='row'}> <{assign var=block_layout value='vollansicht-block'}> <{/if}>
<{$xoops_sitename}> <{$xoops_slogan}>
<{if $xoBlocks.page_topleft or $xoBlocks.page_topright }>
<{foreach item=block from=$xoBlocks.page_topleft}> <{includeq file="$theme_name/theme_blockcenter_l.html"}> <{/foreach}>
<{foreach item=block from=$xoBlocks.page_topright}> <{include file="$theme_name/theme_blockcenter_r.html"}> <{/foreach}>
<{/if}> <{if $xoBlocks.canvas_left}>
<{foreach item=block from=$xoBlocks.canvas_left}> <{include file="$theme_name/theme_blockleft.html"}> <{/foreach}>
<{/if}> <{if $xoBlocks.canvas_right}>
<{foreach item=block from=$xoBlocks.canvas_right}> <{include file="$theme_name/theme_blockright.html"}> <{/foreach}>
<{/if}>
<{if $xoBlocks.page_topcenter}>
<{foreach item=block from=$xoBlocks.page_topcenter}> <{includeq file="$theme_name/theme_blockcenter_c.html"}> <{/foreach}>
<{/if}> <{if $xoops_contents}>
<{$xoops_contents}>
<{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}>
<{foreach item=block from=$xoBlocks.page_bottomleft}> <{include file="$theme_name/theme_blockcenter_l.html"}> <{/foreach}>
<{foreach item=block from=$xoBlocks.page_bottomright}> <{include file="$theme_name/theme_blockcenter_r.html"}> <{/foreach}>
<{foreach item=block from=$xoBlocks.page_bottomcenter}> <{include file="$theme_name/theme_blockcenter_c.html"}> <{/foreach}>
<{/if}>