Hi,
I am creating site with 2 menus:
menu1:
- Home
- Page1
- Page 2
- Page 3
Menu 2:
- Bottom
- Contact
- About us
Menus are defined in template and propertly checked in Pages.
Menu calls:
show_menu2( 1, SM2_ROOT+1, SM2_START, SM2_TRIM|SM2_PRETTY, '[li][a][menu_title]</a>', '</li>', '<ul>', '</ul>', '', '' );
and
show_menu2( 2, SM2_ROOT+1, SM2_START, SM2_TRIM|SM2_PRETTY, '[li][a][menu_title]</a>', '</li>', '<ul>', '</ul>', '', '' );
Problem is that seccond menu doesnt appear, unless I set start to SM2_ROOT (showing page: Bottom)
where the problem could be ? It is same from SVN 1459 ++
cheers,
Ivan