My site has 3 levels deep, e.g.
Level1
- Level2.1
- Level2.2
-- Level3.1
-- Level3.2
-- Level3.3
- Level2.3
Is it possible to make a menu, which would work like this:
When i'm in a page of Level2 and it has child elements (e.g. Level2.2) - menu would list only child elements (i.e. Level3.1 Level3.2 Level3.3). And if the Level2 page has no child elements, it would show its "brothers" i.e. all Level2 elements.
So, i would glad to hear about any solution, dirty or not, it doesn't matter

Thanks!