Код |
---|
<?$rsShow = CIBlockElement::GetList($arResult["DISPLAY_PROPERTIES"]["PDC_RSHOW"]["VALUE"]); $arShow = $rsShow->Fetch();?> <?=$arShow["NAME"]?> |
Код |
---|
<?$rsShow = CIBlockElement::GetByID($arResult["DISPLAY_PROPERTIES"]["PDC_RSHOW"]["VALUE"]); $arShow = $rsShow->Fetch();?> <?=$arShow["NAME"]?> |