1.Products
1.1 Carbon
1.1.1 Bodybits
1.1.2 Spoliers
1.1.3 Tanks
1.2 Tuning
1.2.1 Filters
1.2.2 Exhausts
So the idea is that when you go to:
1 you see 1.1 and 1.2 only
1.1, you see a menu showing 1.1.1 , 1.1.2 and 1.1.3
Now I can do this by hand quite, easily, but I'd like to make a dynamic template that can do this for the whole site as its much larger than shown above.
So far I have got this:
{menu template="minimal_menu.tpl" start_level="$node->depth" show_root_siblings="1" number_of_levels="1"}
If this would run, then it would show what I want. Issue is that I cannot seem to import the depth of my node into the smarty code for calling the menu. When I manually pop in a number into start_level I can get what I want, but would have to make a different template for each area of my site

Please point me in the right direction
