Код |
---|
$arSectionFilter["ID"] = $id_section; $rsSection = CIBlockSection::GetList(Array(), $arSectionFilter); if($arSection = $rsSection->GetNext()) { $rsPath = GetIBlockSectionPath($arSection["IBLOCK_ID"], $arSection["ID"]); while($arPath = $rsPath->GetNext()) { $APPLICATION->AddChainItem($arPath["NAME"], $arPath["SECTION_PAGE_URL"]); } } |