21311 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1132 Views |
-
Question About Sibling Menus

15 August 2009 at 2:05am Last edited: 15 August 2009 2:07am
I've been using the following menu control to show sibling pages in the side bar of my third level pages.
<% control Menu(3) %>
<li><a href="$Link" title="Go to the $Title.XML page" class="$LinkingMode<% if First %> top<% end_if %>"><span>$MenuTitle</span></a></li>
<% end_control %>What I want to know is if there is a way to show all sibling pages in the sidebar, regardless of the level - so regardless of how deep in the site, the sibling pages will always show in the sidebar?
Thanks!
Sophie
-
Re: Question About Sibling Menus

15 August 2009 at 7:52pm
Dunno if this would work but how about:
<% control Parent %>
<% control Children %>
Links go here<% end_control %>
<% end_control %>cheers
bruce
| 1132 Views | ||
|
Page:
1
|
Go to Top |


