Menu
Table of contents
Management of menus and links is provided by the "Menu" entity. The functionality of creating the menu itself is available, as well as links in each such menu.
As you can see, the following information and controls are available on the main menu management page (/admin/menu):
- Add - create a new menu;
- ID - menu ID;
- Name - menu name;
- Number of links - how many links are in the menu;
- Actions - view links and remove menus.
The page for adding a menu is shown below, you must specify the name of the menu (/admin/menu/add):
The page for managing links of the selected menu, you must specify the name of the menu (/admin/menu/routes/*, where * is the menu ID):
- Add - create a new link in the menu;
- Menu - return to menu list;
- ID - link ID in the menu;
- Title - title of the link;
- Link - link address;
- Actions - change and delete the link.
Add or edit link page (/admin/menu/routes/*/add, where * is the menu ID and /admin/menu/routes/edit/* , where * is the link ID):
- Title - title of the link;
- Link - link address;
- Parent - the parent element of the link.
Оставить заявку
Latest articles
- 03.04.24IT / Уроки PHP Уроки простыми словами. Урок 3. Все операторы PHP с примерами, с выводом работы кода на экран.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 2. Типы данных в PHP с примерами.
- 02.04.24IT / Уроки PHP Уроки простыми словами. Урок 1. Коротко о языке веб-программирования PHP. Основы синтаксиса.
- 09.11.23IT / Database Errors when migrating from MySQL 5.6 to 5.7 and how to fix them - database dump import failed with an error or INSERT does not work. Disabling STRICT_TRANS_TABLES strict mode or using IGNORE
- 08.07.22IT / Misc Convert office files DOC, DOCX, DOCM, RTF to DOCX, DOCM, DOC, RTF, PDF, HTML, XML, TXT formats without loss and markup changes