Answer the question
In order to leave comments, you need to log in
Main horizontal menu in Bitrix?
The header.php template file has the following code snippet in place of the main horizontal menu:
<?$APPLICATION->IncludeComponent(
"bitrix:menu",
"horizontal_multilevel",
Array(
"ROOT_MENU_TYPE" => "top",
"MAX_LEVEL" => "3",
"CHILD_MENU_TYPE" => "left",
"USE_EXT" => "Y",
"MENU_CACHE_TYPE" => "A",
"MENU_CACHE_TIME" => "3600",
"MENU_CACHE_USE_GROUPS" => "Y",
"MENU_CACHE_GET_VARS" => Array()
)
);?>
Answer the question
In order to leave comments, you need to log in
Most likely it is in bitrix\templates\.default\components\bitrix\menu\templates\catalog_vertical\template.php
And the menu items are in the root of the site /.top.menu.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question