<{* * 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 ixt00204 * @theme_release 3.0 * @theme_demo http://ixthemes.sourceforge.net/demo/x/index.php?xoops_theme_select=ixt00204 * @theme_author Alexander Galochkin (algalochkin at users.sourceforge.net) * @version $Id: blockszone.html 2828 2010-04-26 15:17:12Z algalochkin $ * * Thanks you, that you have left this header untouched!!! *}> <{* * system blocks id & templates: * 1 - system_block_user.html * 2 - system_block_login.html * 3 - system_block_search.html * 4 - system_block_waiting.html * 5 - system_block_mainmenu.html * 6 - system_block_siteinfo.html * 7 - system_block_online.html * 8 - system_block_topusers.html * 9 - system_block_newusers.html * 10 - system_block_comments.html * 11 - system_block_notification.html * 12 - system_block_themes.html *}> <{if $blocks}> <{foreach from=$blocks item=block}> <{assign var=ixtbcid value=$block.id}> <{assign var=ixt_isbhide value=""}> <{php }>$i=$this->get_template_vars('ixtbcid'); $a=$this->get_template_vars('ixt_scrolblocks'); $this->assign(ixt_isbhide,in_array($i,$a));<{/php}> <{if ($block.id == "1")||($block.id == "2")||($block.id == "3")||($block.id == "4")||($block.id == "5")||($block.id == "6")||($block.id == "7")||($block.id == "8")||($block.id == "9")||($block.id == "10")||($block.id == "11")||($block.id == "12")}> <{assign var=ixtbid value=$block.id}> <{else }> <{assign var=ixtbid value=""}> <{* for non-system blocks *}> <{/if}>
<{if isset($ixt_sbstyle) && ($ixt_sbstyle == "yes")}>
<{/if}>
<{if $block.title}>
<{$block.title}>
<{/if}>
style="display:none;"<{/if}> class="ixt-BlockContent<{$ixtbid}>" id="ixt-BlockContent<{$ixtbcid}>"> <{if isset($ixt_sbstyle) && ($ixt_sbstyle == "yes")}>
<{/if}>
<{$block.content}> <{if ($ixt_isadmin == "1")}>

<{$block.id}>

<{/if}>
<{/foreach}> <{/if}>