I had my menus set up so that each menu item on the top horizontal menu had its own vertical left sub-menu. However, after the upgrade, the vertical sub-menu no longer displays regardless of which horizontal menu item is selected.
Here is the code that I had (have) for my horizontal menu...
Code: Select all
<!-- Start Navigation -->
<div id="menu_horiz">
<h2 class="accessibility">Navigation</h2>
{menu template='simple_navigation.tpl' number_of_levels='1'}
<hr class="accessibility" />
</div>
<!-- End Navigation -->
Code: Select all
<!-- Start Sub Navigation -->
<div id="menu_vert">
<h2 class="accessibility">Sub Navigation</h2>
{if $ccuser->loggedin()}
<ul><li>{menu template='simple_navigation.tpl' start_level='2' collapse='1'}</li></ul>
{else}
<!-- NB! The <ul><li> below is only added because several default templates use the same menu stylesheet, to "force" the subnavigation to act as if it's the second level in a list -->
<ul><li>{menu template='simple_navigation.tpl' start_level='2' collapse='1' excludeprefix='private_'}{/if}</li></ul>
This must be a really simple oversight on my part, but I can't see my error. Can anyone provide guidance?
The site is http://www.bsatroop666.org