$dbResult = CIBlock::GetByID($arParams['IBLOCK_ID']); if($arIBlock = $dbResult->GetNext()) { echo $arIBlock['DESCRIPTION']; }