<{* * Qualitative Web Templates for Web Application Platforms * * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL) * @package IXThemes, http://ixthemes.org * @theme_author Alexander Galochkin (algalochkin at users.sourceforge.net) * @version $Id: centerblocks.html 827 2009-04-23 15:18:31Z 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}> <{if $topbottom=="top"}> <{if $ixt_page_topcenter && $lcr=="center"}>
<{foreach from=$ixt_page_topcenter item=block}>
<{if $block.title}> <{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_topleft && $lcr=="left"}>
<{foreach from=$ixt_page_topleft item=block}>
<{if $block.title}> <{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_topright && $lcr=="right"}>
<{foreach from=$ixt_page_topright item=block}>
<{if $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}> <{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_bottomleft && $lcr=="left"}>
<{foreach from=$ixt_page_bottomleft item=block}>
<{if $block.title}> <{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{if $ixt_page_bottomright && $lcr=="right"}>
<{foreach from=$ixt_page_bottomright item=block}>
<{if $block.title}> <{/if}>
<{$block.content}>
<{/foreach}>
<{/if}> <{/if}>