I want to add some compatibly styled sub-menus to certain pages. To do this I have created a Global Content Block which has inserts a menu module call with a start_page for the level I want the menu to display from.
Code: Select all
{cms_module module='menumanager' template='CSS_Menu' start_page='Locations' start_level='2' show_root_siblings='1'}
If I could give a clear example of what I want to do, it would be the standard Admin menu in CMSMS, with the ability to also show Level 2 siblings in the same style in the left column of the page body (sidebar).
Can anyone help me to understand how to make this happen? Or is it not possible with that template?
Tony