CMS MADE SIMPLE FORGE

Menu Manager

 

[#10065] Sectionheader becomes normal parent once op second level page

avatar
Created By: TimdeBuurman (timdebuurman)
Date Submitted: Wed Jun 25 05:21:27 -0400 2014

Assigned To:
Version: 1.8.5
CMSMS Version: 1.11.10
Severity: Minor
Resolution: None
State: Open
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


History