Вставить в шаблон catalog.element
|
1 2 3 4 5 6 7 8 9 |
if($arParams['ADD_SECTIONS_CHAIN'] && !empty($arResult['NAME'])) { $arResult['SECTION']['PATH'][] = array( 'NAME' => $arResult['NAME'], 'PATH' => ' '); $component = $this->__component; $component->arResult = $arResult; } |