Код |
---|
<? if(!CModule::IncludeModule("iblock")) { $this->AbortResultCache(); ShowError(GetMessage("IBLOCK_MODULE_NOT_INSTALLED")); return; } $arResult["SECTION"]["PATH"] = array(); $rsPath = GetIBlockSectionPath(55, 2521); $rsPath->SetUrlTemplates("", $rsPath->SetUrlTemplates("", $arParams["SECTION_URL"])); while($arPath = $rsPath->GetNext()) { $arResult["SECTION"]["PATH"][]=$arPath; } ?> |