Changes between Version 6 and Version 7 of DeveloperGuidelines/Menus


Ignore:
Timestamp:
01/05/15 15:06:03 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Menus

    v6 v7  
    2828In order to customise the content of the menus, you should create a template folder, if you don't already have one, and ensure there is an empty __init__.py file inside:
    2929{{{
    30 /private/templates/<template>/__init__.py
     30/modules/templates/<template>/__init__.py
    3131}}}
    3232
    3333You should then copy the example file from the 'default' template folder to:
    3434{{{
    35 /private/templates/<template>/menus.py
     35/modules/templates/<template>/menus.py
    3636}}}
    3737
     
    4343If you wish to go further than simply customising the content, but rather change the look & feel or add more different sorts of menu, then you need to also copy one of the example layouts.py files to:
    4444{{{
    45 /private/templates/<template>/layouts.py
     45/modules/templates/<template>/layouts.py
    4646}}}
    4747
     
    5454* [DeveloperGuidelines/Templates Templates]
    5555* [DeveloperGuidelines/Themes Themes]
    56 * [DeveloperGuidelines/CustomPages Custom Pages]
     56* [DeveloperGuidelines/Templates/CustomPages Custom Pages]
    5757