Current Path : /home/bitrix/ext_www/rk_shared_core/ |
Current File : /home/bitrix/ext_www/rk_shared_core/.bottom.menu_ext.php |
<? if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); global $APPLICATION; $aMenuLinksExt = $APPLICATION->IncludeComponent( "bitrix:menu.sections", "", Array( "CACHE_TIME" => "3600", "CACHE_TYPE" => "A", "DEPTH_LEVEL" => "2", "IBLOCK_ID" => IBLOCK_CATALOG, "IBLOCK_TYPE" => "catalog", "ID" => "", "IS_SEF" => "Y", "SECTION_PAGE_URL" => "#SECTION_CODE_PATH#/", "SEF_BASE_URL" => "/_optima/catalog/" ) ); $aMenuLinks = array_merge($aMenuLinks, $aMenuLinksExt); ?>