Last active
October 10, 2017 05:00
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$arResult["IBLOCK_DESCRIPTION"] = CIBlock::GetArrayByID($arParams["IBLOCK_ID"], "DESCRIPTION"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2><?=$arResult["IBLOCK_DESCRIPTION"]?></h2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment