Skip to content

Instantly share code, notes, and snippets.

@Itachi261092
Last active October 10, 2017 05:00
Show Gist options
  • Save Itachi261092/3945e054f79c5d91e025 to your computer and use it in GitHub Desktop.
Save Itachi261092/3945e054f79c5d91e025 to your computer and use it in GitHub Desktop.
[1C-Bitrix / 1С-Битрикс] Get IBlock Section Description in news.list template / Получение описания раздела инфоблока в шаблоне news.list
<?
$arResult["IBLOCK_DESCRIPTION"] = CIBlock::GetArrayByID($arParams["IBLOCK_ID"], "DESCRIPTION");
<h2><?=$arResult["IBLOCK_DESCRIPTION"]?></h2>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment