I am using the Menu breadcrumb module in my theme. My menu structure is like this:
Company
->aboutus
->infrastructure
Careers
->newjobs
->applyjob
When I click "aboutus" my breadcrumbs print like: Home>>Company>>Aboutus
. But when I click "infrastructure" or "newjobs", the breadcrumbs print like Home>>Infrastructure
and Home>>Newjobs
How do I make the breadcrumbs properly reflect my menu structure?