Incorrect display
baryli - April 7, 2009 - 13:48
| Project: | Node breadcrumb |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have a website with a structur like this:
1. Home
1.1. News
1.2. Dates
2. Magazine
2.1. Issues
2.3. Others
3. Media
3.1. Images
3.2. Videos
I created a rule for Images, but now the breadcrumb shows:
Home >> Home >> Magazine >> Media >> Images
It seems that the whole first level until the active menu is showen. And "Home" is showen twice.

#1
I suppose that u add "home" link to menu by this path, but better to use <front> instead real path.
#2