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
Support from Acquia helps fund testing for Drupal Acquia logo

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