| |
| USAGE |
| [%BREADCRUMB%] |
| |
| BEHAVIOUR |
| Returns a 'breadcrumb trail' navigational aid. Links back to each previous page the user navigated through to get to the current page in a hierarchical site structure — the parent pages of the current one. A greater-than sign (>) serves as hierarchy separator. |
| |
| CONTEXT |
- index.html
- product.html
- product_listing.html
- category descriptions
|
| |
| SCREENSHOT |
 |
| |
| NOTES |
| Each individual breadcrumb A element is given a class of .breadCrumb, but the first and last links have secondary classes of .first and .last respectively. |
| |
| SEE ALSO: |
|
//* CHUNK: BREADCRUMB (1) */
#breadcrumb { background: #f1f1f1; border: 1px solid #dddddd; padding: 3px 5px; }
.breadCrumb {}
.breadCrumb.first {}
.breadCrumb.last {}
.breadCrumb-sep { padding: 0 5px; }