| 334 | | The first section of {{{models/01_menu.py}}} defines the application main menu ("modules" menu). In the trunk version, this invokes the respective definition methods of the {{{S3MainMenu}}} class in {{{modules/eden/menus.py}}}. |
| 335 | | |
| 336 | | To customize the main menu, you can simply comment the respective standard option and replace it by a custom menu definition, e.g.: |
| | 334 | {{{models/00_utils.py}}} defines the application main menu ("modules" menu). In the trunk version, this invokes the respective definition methods of the {{{S3MainMenu}}} class in {{{modules/eden/menus.py}}}. |
| | 335 | |
| | 336 | To customize the main menu, you should create a emnus.py in your private/templates/<template> folder. |
| | 337 | |
| | 338 | |
| | 339 | Old: you can simply comment the respective standard option and replace it by a custom menu definition, e.g.: |