Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

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?

share|improve this question
 
Check whether the menu is build properly or not.According to me the is some problem with the designing of menu.You might have not given proper parent formation of the menu.just check once that you have specified INFRASTRUTURE's parent to the COMPANY –  neetu morwani Jun 6 at 13:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.