CModule::IncludeModule("iblock"); global $MShopSectionID; $cnt = count($arResult); $lastindex = $cnt - 1; $bShowCatalogSubsections = COption::GetOptionString("aspro.mshop", "SHOW_BREADCRUMBS_CATALOG_SUBSECTIONS", "Y", SITE_ID) == "Y"; $itemListElement = []; for($index = 0; $index < $cnt; ++$index){ $arItem = $arResult[$index]; $title = htmlspecialcharsex($arItem["TITLE"]); // $strReturn .= $arItem["LINK"]; // $strReturn .= $title; } return $strReturn; ?> ?>