<{* * 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: content.html 357 2009-02-28 19:14:41Z algalochkin $ * * Thanks you, that you have left this header untouched!!! *}>
<{if $ixt_rtl}> <{if $ixt_canvas_right}><{includeq file="$theme_tpl/blockszone.html" blocks=$ixt_canvas_right zoneClass='ixt-canvas-column' zoneId='ixt-canvas-rightcolumn'}><{/if}> <{else}> <{if $ixt_canvas_left}><{includeq file="$theme_tpl/blockszone.html" blocks=$ixt_canvas_left zoneClass='ixt-canvas-column' zoneId='ixt-canvas-leftcolumn'}><{/if}> <{/if}> <{if $ixt_rtl}> <{if $ixt_canvas_left}><{includeq file="$theme_tpl/blockszone.html" blocks=$ixt_canvas_left zoneClass='ixt-canvas-column' zoneId='ixt-canvas-leftcolumn'}><{/if}> <{else}> <{if $ixt_canvas_right}><{includeq file="$theme_tpl/blockszone.html" blocks=$ixt_canvas_right zoneClass='ixt-canvas-column' zoneId='ixt-canvas-rightcolumn'}><{/if}> <{/if}>
<{if $ixt_page_topleft or $ixt_page_topcenter or $ixt_page_topright}>
<{includeq file="$theme_tpl/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:0:1}> <{includeq file="$theme_tpl/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:1:1}> <{includeq file="$theme_tpl/centerblocks.html" topbottom=top lcr=$theme_top_order|substr:2:1}>
<{/if}> <{if $ixt_contents}>
<{$ixt_contents}>
<{/if}> <{if $ixt_page_bottomleft or $ixt_page_bottomcenter or $ixt_page_bottomright}>
<{includeq file="$theme_tpl/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:0:1}> <{includeq file="$theme_tpl/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:1:1}> <{includeq file="$theme_tpl/centerblocks.html" topbottom=bottom lcr=$theme_bottom_order|substr:2:1}>
<{/if}>