<{* * Themes and templates for Content Management Systems * * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL) * @package IXThemes, http://ixthemes.sourceforge.net * @theme_author Alexander Galochkin (algalochkin at users.sourceforge.net) * @version $Id: centerblocks.html 358 2009-02-28 19:15:22Z algalochkin $ * * Thanks you, that you have left this header untouched!!! *}> <{if $lcr=='l'}><{assign var=lcr value='left'}> <{elseif $lcr=='r'}><{assign var=lcr value='right'}> <{else}><{assign var=lcr value='center'}> <{/if}> <{* <{assign var=ixt_zone value="ixt_page_$topbottom$lcr"}> <{if $ixt_zone}>
<{foreach from=$ixt_zone item=block}>
<{if $block.title}>

<{$block.title}>

<{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> *}> <{if $topbottom=="top"}> <{if $ixt_page_topcenter && $lcr=="center"}>
<{foreach from=$ixt_page_topcenter item=block}>
<{if $block.title}>

<{$block.title}>

<{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_topleft && $lcr=="left"}>
<{foreach from=$ixt_page_topleft item=block}>
<{if $block.title}>

<{$block.title}>

<{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_topright && $lcr=="right"}>
<{foreach from=$ixt_page_topright item=block}>
<{if $block.title}>

<{$block.title}>

<{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{/if}> <{if $topbottom=="bottom"}> <{if $ixt_page_bottomcenter && $lcr=="center"}>
<{foreach from=$ixt_page_bottomcenter item=block}>
<{if $block.title}>

<{$block.title}>

<{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_bottomleft && $lcr=="left"}>
<{foreach from=$ixt_page_bottomleft item=block}>
<{if $block.title}>

<{$block.title}>

<{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_bottomright && $lcr=="right"}>
<{foreach from=$ixt_page_bottomright item=block}>
<{if $block.title}>

<{$block.title}>

<{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{/if}>