Separators are automatically added in CSS through
:beforeandcontent.<ol class="breadcrumb"> <li><a href="#">Home</a></li> <li><a href="#">Library</a></li> <li class="active">Data</li> </ol>
<ul class="breadcrumb"> <li><a href="#">Home</a> <span class="divider">/</span></li> <li><a href="#">Library</a> <span class="divider">/</span></li> <li class="active">Data</li> </ul>
The difference is item-list type and divider
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | bootstrap-breadcrumb-migration-2083899-1.patch | 792 bytes | el7cosmos |
Comments
Comment #1
el7cosmosLooking at the bootstrap 3 breadrcumb, i think we could just return list of breadcrumb with
theme_item_list()Comment #2
markhalliwellThanks @el7cosmos!
Committed 60b62d7 to 7.x-3.x.
Comment #3
markhalliwell