Hi,
I would like to have a footer and top navigation that is independent from the normal navigation menu.
I came up with a solution that is not really satisfying. My solution was to add a page, that is not in the menu and then add pages under it like this:
- TopNavigation (not in menu)
- Page 1
- Page 2
and then in the template:
<% control ChildrenOf(TopNav) %>
<li><a href="$Link" title="$Title">$MenuTitle</a></li>
<% end_control %>
But clicking on the link it has /topNav/ or /FooterNav always in it. I would like to only have /page1 /page2
What would be the correct solution to this? I think more people have more than one menu on their page...
Kind regards
Spanky