When I use Menu Block Split on Drupal 5, breadcrumb is correct.
But on Drupal 6, breadcrumb is wrong:
My menu is
- top1
--- sub1
--- sub2
- top2
--- sub3
If I click on top1, breadcrumb displays: Home > top1
But if I click on sub1, breadcrumb displays: Home > sub1
It should display: Home > top1 > sub1
And top1 is not marked as active when sub1 is. I think it should.
Comments
Comment #1
anrikun commentedIt seems that this problem is not related to menu split block but to Drupal 6 itself.