/ Published in: PHP

URL: http://dev.1c-bitrix.ru/community/forums/forum6/topic33751/
как получить название раздела, Ð·Ð½Ð°Ñ ÐµÐ³Ð¾ ID
Expand |
Embed | Plain Text
$res = CIBlockSection::GetByID($arElement["IBLOCK_SECTION_ID"]); if($ar_res = $res->GetNext())
You need to login to post a comment.