Not sure if this is posted right. Move it if not.
So, heres the thing. I have two sidebars.

As you see, theres one called "Navigera" and one called "Just nu".
So what I want to do now is if the page contains subpages it should display "Navigera" else
it should just show the "Just now" sidebar.
Example,
Contact
- Find us
- Mail us
This example would show both "Navigera" and "Just nu".
And the "Home" / "Hem" would just show "Just nu".
Sorry if this is messy, here comes the code.
Code: Select all
<div id="sidebar">
<ul>
<li>
<h2>Navigera</h2>
{menu template='zionnarrows : minimal_menu' start_level='2' collapse='1' number_of_levels='3'}
</li>
<li>
<h2>Just nu</h2>
<ul>
<li>Weather and stuff,</li>
</ul>
</li>
</ul>
</div>
<!-- end #sidebar -->