$_breadcrumbs
variable
- $_breadcrumbs
applicable sections
- html
associated vinetype.config variable
description
Place this variable at the location in the body element where you want the breadcrumb ul element to appear.
note
- The breadcrumb ul element will contain a class attribute breadcrumbs
- The breadcrumb ul element will contain one or more li elements
- All breadcrumb li elements except the last one will contain a class attribute breadcrumbs
- The final breadcrumb li element will contain a class attribute breadcrumbsfinal
- When only one li element is present, it will contain a class attribute breadcrumbsfinal
- All breadcrumb li elements except the last one will contain an a (anchor) element with a src attribute pointing to that particular section and contain the name of the article section
- The final breadcrumb li element will contain only the name of the final article section or article name if it is the only article in the section
- All breadcrumb li elements except the first one will be preceded by the value of
$breadcrumb_separator
in the vinetype.config file