Closed (fixed)
Project:
Lost & found issues
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jul 2007 at 04:07 UTC
Updated:
21 Nov 2017 at 16:33 UTC
Jump to comment: Most recent
the phpTemplate engine already themes the breadcrumbs.
the foundation theme adds a second layer of <div class="breadcrumb">...</div>
<? php if ($breadcrumb): ? >
<div class="breadcrumb"><? php print $breadcrumb; ? ></div>
<? php endif; ? >
resulting in :
<div class="breadcrumb"><div class="breadcrumb"> ... actual breadcrumbs ... </div></div>
| Comment | File | Size | Author |
|---|---|---|---|
| breadcrumb-foundation.patch | 540 bytes | beginner |
Comments
Comment #1
add1sun commentedFixed in 5 dev and also incorporated into the D6 upgrade.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
markhalliwell