The {navitree} TAG renders a navigation (and its childs).
Needed to render its childs as navigation.
default: site-language
CSS for each navigation element. default: NULL
Replaces the CSS for the active navigation element. default: NULL
Shows a CSS-Navtrail. default: FALSE
Tag (or something else) that starts before the whole navigation. default: NULL
Tag (or something else) that ends after the whole navigation. default: NULL
Tag (or something else) that appears before each navigation element. default: NULL
Tag (or something else) that appers after each navigation element. default: NULL
Tag (or something else) that appers before each 2nd+ level navigation element. default: NULL
Tag (or something else) that appers after each 2nd+ level navigation element. default: NULL
The {navitree}-TAG renders automaticly for 2nd level navigation elements
<li class='level1' style='padding-left: 6px;'>
before it displays defined stuff.
For each 3rd level navigation elements it renders:
<li class="level2" style="padding-left:10px;">
You have to keep that in mind, while using it (adding .level2 and .level1 to your CSS File). Otherwise you can also change the smarty class.