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>

CommentFileSizeAuthor
breadcrumb-foundation.patch540 bytesbeginner

Comments

add1sun’s picture

Version: 6.x-1.x-dev » 5.x-1.x-dev
Status: Needs review » Fixed

Fixed in 5 dev and also incorporated into the D6 upgrade.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

markhalliwell’s picture

Project: Foundation »
Version: 5.x-1.x-dev »
Issue summary: View changes

Project: » Lost & found issues

This issue’s project has disappeared. Most likely, it was a sandbox project, which can be deleted by its maintainer. See the Lost & found issues project page for more details. (The missing project ID was 2925308)