Answer the question
In order to leave comments, you need to log in
Where is the "bitrix:menu" component and its template "left_front_catalog" stored?
I can't figure out where the template part of this component is stored. It is necessary that one section is not displayed in the div left_block.
Connection code:
<?$APPLICATION->IncludeComponent("bitrix:menu", "left_front_catalog", array(
"ROOT_MENU_TYPE" => "left",
"MENU_CACHE_TYPE" => "A",
"MENU_CACHE_TIME" => "3600000",
"MENU_CACHE_USE_GROUPS" => "N",
"MENU_CACHE_GET_VARS" => "",
"CACHE_SELECTED_ITEMS" => "N",
"MAX_LEVEL" => \Bitrix\Main\Config\Option::get("aspro.optimus", "MAX_DEPTH_MENU", 2),
"CHILD_MENU_TYPE" => "left",
"USE_EXT" => "Y",
"DELAY" => "N",
"ALLOW_MULTI_SELECT" => "N" ),
false, array( "ACTIVE_COMPONENT" => "Y" )
);?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question