V
V
ViktorGuerro2020-01-27 09:24:33
1C-Bitrix
ViktorGuerro, 2020-01-27 09:24:33

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

1 answer(s)
V
VicTHOR, 2020-01-27
@ViktorGuerro

/local/templates/your_template/components/bitrix/menu/left_front_catalog

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question