Drupal 6.X
I use a 3 levels menu, like:

-item1
---item11
-----item111
-----item112
---item12
-item2

When I click on item111
the title of the 2nd menu block becomes "item111" instead of "item11".

Comments

anrikun’s picture

Assigned: Unassigned » anrikun

The patch from http://drupal.org/node/313778
http://drupal.org/files/issues/menu_block_split_drupal6_cleanup.patch
corrects the bug but breaks XHTML validation by adding a 2nd

anrikun’s picture

Status: Active » Closed (fixed)

Sorry, the current dev version corrects the bug