Page 1 of 1

List submenu items in content area

Posted: Thu Mar 16, 2006 2:51 pm
by GwynPerry
Does anybody know how I can display the current submenu as a simple list in the content area?
(I'm using version 0.11.2)

For example, with this menu structure:

Home
About Us
Products
>abcd
>efgh
>ijkl
>mnop
>qrst
Contact Us

On the 'Products' page, I want to include the submenu items (abcd, efgh, etc.) in the page as an unordered list of links.

How can I do this?

Re: List submenu items in content area

Posted: Thu Mar 16, 2006 7:50 pm
by miss_d_bus
Add something like this in the product page?
{cms_module module='menumanager' start_level="2"}

A wild guess I must admit!