MenuManager problem

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
plojewski
New Member
New Member
Posts: 9
Joined: Wed Feb 09, 2011 8:11 am

MenuManager problem

Post by plojewski »

Hi, I've got a problem with menu in 1.9.3. When I use {menu} tag it's ok:

<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>

BUT if I use {menu childrenof="abc"} or start_element or start_page it gererates wrong:

<ul>
</li>
</ul>
</li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>

It happens with all templates tpl from MenuManager. Any ideas?
Post Reply

Return to “CMSMS Core”