Hi,
This is the structure of pages I have in the admin:
home
things to do > golf
where to go > local hotels
Now for the web page menu, I'd like this to happen:
That the menu shows that there are sub menu items if there are any like this (the > indicates that there are sub menu items):
home
things to do > (this has got sub items)
where to go > (and so has this)
I'm using a derivative of the simple menu tpl which I've made some changes to for styling purposes, but looking through the logic for the simple menu I can't see anywhere which looks out for a sibling!
Can anyone help with this?
SOLVED Menu its sub menu items. Some questions.
SOLVED Menu its sub menu items. Some questions.
Last edited by sarah_h on Fri Nov 09, 2007 12:19 pm, edited 1 time in total.
-
cyberman
Re: Menu its sub menu items. Some questions.
Please look at MenuManagers help - there's a flag for indicating children
.
Little hint:
$node->haschildren
Little hint:
$node->haschildren
Re: Menu its sub menu items. Some questions.
Thanks, I should have seen that!! 

