Changes between Version 46 and Version 47 of S3/S3Navigation


Ignore:
Timestamp:
01/07/13 11:58:34 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Navigation

    v46 v47  
    332332=== Custom Modules Menu ===
    333333
    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
     336To customize the main menu, you should create a emnus.py in your private/templates/<template> folder.
     337
     338
     339Old: you can simply comment the respective standard option and replace it by a custom menu definition, e.g.:
    337340
    338341{{{