T
T
Tatiana2016-01-04 00:58:20
PHP
Tatiana, 2016-01-04 00:58:20

Bitrix how to remove an element from the menu that is not in it??

There is a menu on the site d52124abb3c34951bb0cf204a78b03e7.JPG
and the "about us" section is duplicated here,
so in the "menu management" it is not there at all T_T
and there is no page with this address either (I already tried to create it, and then delete it with the "delete from the menu" checkbox - nothing happens )
The template should not have ... since there is nothing there rules.
Give me an idea what it could be?
and menu code:

<?
$aMenuLinks = Array(
  Array(
    "Мы предлагаем", 
    "/our-offers/", 
    Array(), 
    Array(), 
    "" 
  ),
  Array(
    "Каталог", 
    "/catalog/", 
    Array(), 
    Array(), 
    "" 
  ),
  Array(
    "Цены", 
    "/price/", 
    Array(), 
    Array(), 
    "" 
  ),
  Array(
    "О нас", 
    "/company/", 
    Array(), 
    Array(), 
    "" 
  ),
  Array(
    "Контакты", 
    "/contacts/", 
    Array(), 
    Array(), 
    "" 
  )
);
?>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-01-04
@Theory

Look for the .memu.ext.php file, it may be there, the file may be in the root or in the about us folder

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question