Changes between Version 51 and Version 52 of S3/S3Navigation
- Timestamp:
- 04/29/13 12:52:56 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Navigation
v51 v52 303 303 === Custom Modules Menu === 304 304 305 {{{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}}}.305 {{{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/s3menus.py}}}. 306 306 307 307 To customize the main menu, you should create a emnus.py in your private/templates/<template> folder.