Breadcrumbs


Token
<$breadcrumbs/$> 
Purpose This token outputs a string of text links creating a hierarchical path from the home page to the current page.  You can use a breadcrumb in conjunction with a menu system to provide users with an extra level of navigation through your site.
Attributes
  • cssClass=  used to specify your own custom CSS class for use in styling the breadcrumb string.  This class is attached to a <div> tag surrounding the string of links.
  • separator=   used to specify characters or symbols which will separate each link in the breadcrumb string.  The default separator is "..."
CSS
  • The CSS class, "selectedPageRoot" is output in the link <a> tags surrounding the home page item.
  • The CSS class, "selectedPageParent" is output in the link <a> tags surrounding all other items except for the home page and the current page..
Example Usage
Use this token to create a breadcrumb of links to help the user navigate through the site.  The breadcrumb is often found at the top of the main content area.

<$breadcrumbs cssClass="bc" separator=" / "/$>