-
Notifications
You must be signed in to change notification settings - Fork 95
Как добавить название товара в хлебные крошки?
Yuri edited this page Jul 12, 2015
·
1 revision
С учетом новых настроек (вкладка SEO в настройках элементов, разделов и инфоблоков) может быть неактуально.
В файл result_modifier.php
// добавление названия товара в хлебные крошки
if($arParams['ADD_SECTIONS_CHAIN'] && !empty($arResult['NAME']))
{
$arResult['SECTION']['PATH'][] = array(
'NAME' => $arResult['NAME'],
'PATH' => ' ');
$component = $this->__component;
$component->arResult = $arResult;
}
Welcome to the bitrix.exam2 wiki! Битрикс, подготовка к экзамену 2 https://github.com/donitz1609/bitrix.exam2