Summary:
Sectionheader becomes normal parent once op second level page
Detailed Description:
Hi,
Making a page 'sectionheader' works in the menu if your in first level.
Once in second level (on a page under the section header) it changes to a normal
parent.
html output on first level:
<li class="sectionheader">
<span>testheader</span>
</li>
once on second level, this is the output: (in case of a menu with
number_of_levels='2')
<li class="menuactive menuparent parent">
<a class="menuactive menuparent parent" href="#">
<span>testheader</span>
</a>
<ul>
<li class="menuactive">
<a class="menuactive"
href="http://www.ndm-testserver.nl/bureau/testheader/testsub1">
<span>testsub1</span>
</a>
</li>
</ul>
</li>
Version of Menumanager is 1.8.6
CMSMS: 1.11.10
thx