<{* * 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: globalnav.html 355 2009-02-28 19:13:35Z algalochkin $ * * Thanks you, that you have left this header untouched!!! *}> <{if $cms == "xoops"}> <{php}>include_once XOOPS_ROOT_PATH.'/modules/system/blocks/system_blocks.php'; $modules = b_system_main_show(); $this->assign('block',$modules);<{/php}> <{assign var=ixt_lang_home value=$block.lang_home}> <{elseif $cms == "exm"}> <{php}>include_once XOOPS_ROOT_PATH.'/modules/system/blocks/block_mainmenu.php'; $modules = system_bk_mainmenu(); $this->assign('block',$modules);<{/php}> <{assign var=ixt_lang_home value=$block.lang_home}> <{elseif $cms == "icms"}> <{php}>include_once ICMS_ROOT_PATH.'/modules/system/blocks/system_blocks.php'; $modules = b_system_main_show(); $this->assign('block',$modules);<{/php}> <{assign var=ixt_lang_home value=$block.lang_home}> <{else}> <{assign var=ixt_lang_home value="Home"}> <{/if}> <{if $cms == "icms"}>
<{elseif $cms == "xoops"}>
<{else}>
<{/if}>