<{* * Qualitative Themes for XOOPS * * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU General Public License (GPL) * @project IXThemes Project, http://ixthemes.org * @theme_name ixt01906 * @theme_demo http://ixthemes.sourceforge.net/demo/x/index.php?xoops_theme_select=ixt01906 * @theme_author Alexander Galochkin (algalochkin at users.sourceforge.net) * @version $Id: centerblocks.html 2565 2010-03-15 15:06:13Z 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}>