$iblock_id, 'MENU_PARAMS' => $arMenuParametrs, 'SECTION_FILTER' => array(), // custom filter for sections (through array_merge) 'SECTION_SELECT' => array(), // custom select for sections (through array_merge) 'ELEMENT_FILTER' => array(), // custom filter for elements (through array_merge) 'ELEMENT_SELECT' => array(), // custom select for elements (through array_merge) 'MENU_TYPE' => 'catalog', ); CAllcorp3::getMenuChildsExt($arExtParams, $aMenuLinksExt); } $aMenuLinks = array_merge($aMenuLinks, $aMenuLinksExt); ?>