Actually I ran the whole loop with
Code: Select all
<!-- {$node|print_r} -->
My hierarchy looks something like this:
1. Holiday [section-header]
1.1. Summer Season [content]
1.1.1. Europe [content]
1.1.2. Africa [content]
1.1.3. America [content]
1.2. Winter Season [content]
So both 1 and 1.x are in one menu (nav-main) and 1.x.x are in a second menu (nav-sub). I use the following menu-calls:
Code: Select all
{menu template='nav-main' number_of_levels='2'}
[some HTML here]
{menu template='nav-sub' number_of_levels='1' start_level='3'}
Regards,
Nils