Updated to version 1.4. Details in the main post. Updated zip file in the main post. test site available once again. I'm spent.
Valid XHTMLThe existing menu function generates HTML that doesn't validate. Minor concern really, but many people like to have valid HTML.
<ul> <li>item</li> <li>item <li> <ul> <li current>item<li></li></li> <li>item</li> </ul> </li> </li> <li>item</li></ul>
Warning: array_keys(): The first argument should be an array in .....\modules\show_menu2\include.php on line 247
Had a main Page wich has visibility public and two subpages under this with visibility hidden. If i click on the public page link got the following error:Code: [Select]Warning: array_keys(): The first argument should be an array in .....\modules\show_menu2\include.php on line 247
I Have two menus. One horizontal wich only plays the root level and a vertical submenu wich only should display the subnavigation.<snip>when you on Main Page it shows in the submenu Subpage1 what is okwhen you on Subpage1 it shows in the submenu Subpage1, Subpage 1.1 and Subpage 1.2 what i dont like.I'm looking for the parameter wich shows me on the Subpage1 in the submenu only the Subpage 1.1 and Subpage 1.2.Could you pleas give me a hint how to get this?