[CODE]
$rsSections = CIBlockElement::GetElementGroups(ID_элемента, true);
while ($arSection = $rsSections->GetNext())
{
?><a href="<?=$arSection['SECTION_PAGE_URL']; ?>"><?=$arSection['NAME']; ?></a><br /><?
}
[/CODE]
$rsSections = CIBlockElement::GetElementGroups(ID_элемента, true);
while ($arSection = $rsSections->GetNext())
{
?><a href="<?=$arSection['SECTION_PAGE_URL']; ?>"><?=$arSection['NAME']; ?></a><br /><?
}
[/CODE]