The hierarchy is build up like this and that is the way the menu is being showed:
Code: Select all
Parent
- Section header
-- sub
-- sub
- Section header
-- sub
--sub
Code: Select all
Parent
- Section header
-- sub
-- sub
- Section header
-- sub
--sub
(optional) childrenof="" - This option will have the menu only display items that are descendants of the selected page id or alias. i.e: {menu childrenof=$page_alias} will only display the children of the current page.
Code: Select all
{menu childrenof='home'}