3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 876 Views |
-
[SOLVED] limit menu in subpages

14 July 2010 at 11:09am Last edited: 20 July 2010 5:02am
hey
i'll have page structure sth like that :
TOP
A | B
A1 | A2 | B1 | B2
A11 | A12 | A21 | A22 | B11 | B12 | B21 | B22how do i limit menu links to A and B on TOP
A1 A2 on A
B1 B2 on B
A11 A12 on A1
etc..all of this withoutall other links (including higher level)
is there a simple way to do this ?
Thanks in advance -
Re: [SOLVED] limit menu in subpages

16 July 2010 at 12:27pm
So on any given page, you don't want any links to come up except the direct children?
If thats right then:
<% if Children %>
<ul>
<% control Children %>
<li><a href="$Link" title="Go to the "{$Title}" page">$MenuTitle</a></li>
<% end_control>
</ul>
<% end_if> -
Re: [SOLVED] limit menu in subpages

20 July 2010 at 5:03am
that's exactly what i wanted, thanks for help
| 876 Views | ||
|
Page:
1
|
Go to Top |


