<? if(CModule::IncludeModule("iblock")) { $arIBlockElement = GetIBlockElement(16758); $arIBlockSection = GetIBlockSection($arIBlockElement[IBLOCK_SECTION_ID]); ?> <?=$arIBlockElement[NAME];?><br/> <?=$arIBlockSection[NAME];?> <?}?>
$db_groups = CIBlockElement::GetElementGroups(16758, true); while($ar_group = $db_groups->Fetch()) echo $ar_group["NAME"].", ";