Description
The renderer is designed to output only the menus of type 'tree' and 'sitemap'. It shows the level of the menu by tags nesting, not by outputting some indentation and is able to output e.g. nested HTML lists:
<ul>
<li>Menu item 1
<ul>
<li>Menu item 1.1</li>
<li>Menu item 1.2</li>
</ul>
</li>
<li>Menu item 2</li>
</ul> |
Idea and initial code contributed by Uwe Mindrup.