как получить название раздела, зная его ID


/ Published in: PHP
Save to your folder(s)

как получить название раздела, зная его ID


Copy this code and paste it in your HTML
  1. $res = CIBlockSection::GetByID($arElement["IBLOCK_SECTION_ID"]);
  2. if($ar_res = $res->GetNext())
  3. echo $ar_res['NAME'];

URL: http://dev.1c-bitrix.ru/community/forums/forum6/topic33751/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.