Please can you give me the"menu manager" code for that structure.
Code: Select all
<ul id="navbar">
<li><a href="#">Main item</a><ul>
<li><a href="#">Subitem One</a></li>
<li><a href="#">Second Subitem</a></li>
<li><a href="#">Third Subitem</a></li></ul>
</li>
<li><a href="#">Second Main item</a><ul>
<li><a href="#">Subitem One</a></li>
<li><a href="#">Second Subitem</a></li>
<li><a href="#">Third Subitem</a></li></ul>
</li>
<!-- ... and so on ... -->
</ul>
Thanks in advance.
Please if somebody know other easy way for creating menus with menu manager can share his knowledge. I really like Cms Made Simple it is very easy to administrate such a system but my only problem is with the menus for me it's very difficult to create hem in CmsMs.