Container_NavigationBreadcrumbsList() : string
Container_NavigationBreadcrumbsList
Short description
Returns the breadcrumbs navigation. Also allows you to set some parameters in advance so that they differ from the template settings.
Description of this function
Template NavigationBreadcrumbsList
Functions
These functions are available in this container.
GetNavigationBreadcrumbsList() :
NavigationBreadcrumbsListItem
Variables
These variables are available in this container.
-
$BreadcrumbId — Contains the ID of the breadcrumb.
-
$BreadcrumbLevel — Contains the breadcrumb level.
-
$BreadcrumbName — Contains the name of the breadcrumb.
-
$BreadcrumbUrl — Contains the breadcrumb URL.
-
$DeepestBreadcrumbsLevelReached — Contains the information if the breadcrumbs' lowest level has been reached (true) or not (false).
Examples
{% if !$IsWelcomePage %}
<div class="fullwidth breadcrumbsContainer">
{% Container_NavigationBreadcrumbsList() %}
</div>
{% endif %}