Answer the question
In order to leave comments, you need to log in
How to create and configure submenu?
There is a folder /kompaniya/
It contains .top_submenu.menu.php
<?
$aMenuLinks = Array(
Array(
"История",
"/kompaniya/istoriya/",
Array(),
Array(),
""
),
Array(
"Лицензии и сертификаты",
"/kompaniya/litsenzii-i-sertifikaty/",
Array(),
Array(),
""
),
Array(
"Партнеры",
"/kompaniya/partnery/",
Array(),
Array(),
""
)
);
?>
Answer the question
In order to leave comments, you need to log in
The logic is this: You have a company menu item and it looks at the kompaniya section, from this section it connects a menu (apparently of the 2nd level), in order to have such a menu in another section, you need to create .top_submenu.menu.php in the new root section
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question