Answer the question
In order to leave comments, you need to log in
How does breadcrumb display information block sections?
There is a directory component. I add bread crumbs.
index.php file:
......
<?$APPLICATION->IncludeComponent(
"bitrix:breadcrumb",
".default",
array(
"PATH" => "",
"SITE_ID" => "s1",
"START_FROM" => "0",
"COMPONENT_TEMPLATE" => ".default"
),
false
);?>
<br>
<?$APPLICATION->IncludeComponent(
"bitrix:catalog",
"catalog_v3",
array(
"ACTION_VARIABLE" => "action",
"ADD_ELEMENT_CHAIN" => "Y",
"ADD_PICT_PROP" => "-",
"ADD_PROPERTIES_TO_BASKET" => "Y",
"ADD_SECTIONS_CHAIN" => "Y",
.......................
)
),
false
);?>
.....
Answer the question
In order to leave comments, you need to log in
First, check if the ADD_SECTIONS_CHAIN parameter is passed to the catalog.section.list component, which is included in the section.php file of the catalog component (if the catalog template is used).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question