I've also setup your module to display the same menu (mainmenu) in the left side column on all inside pages (not on the home page).
What happens is that when I click on a link in the top menu on the home page the accordion menu displays and even opens up with the right list of submenus displayed. However, the standard menu up top no longer displays all my menu items.
After looking at the source it looks as though it starts to build the standard menu but then for whatever reason it stops. It shows the first link (Home) and the source shows the next menu item's li tag but then it stops and closes the ul tag:
| Code: |
<div id="top-nav">
<ul class="menu"><li class="item1"><a href="http://localhost/csg_intranet/"><img src="/csg_intranet/images/stories/MenuHolder.gif" alt="home" /></a></li><li id="current" class="active item2" /></ul>
</div>
|