Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YuriDan/8095808 to your computer and use it in GitHub Desktop.
Save YuriDan/8095808 to your computer and use it in GitHub Desktop.
<? // этот код в файл result_modifier.php
if($arParams['ADD_SECTIONS_CHAIN'] && !empty($arResult['NAME']))
{
$arResult['SECTION']['PATH'][] = array(
'NAME' => $arResult['NAME'],
'PATH' => ''
);
}
?>
@sidigi
Copy link

sidigi commented Dec 3, 2015

Это не делается в кэшируемой области - это ошибка

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment