Container_NavigationCategories4(
int $NavigationCategories4_OpenLevel ,
int $NavigationCategories4_StartLevel ,
int $NavigationCategories4_EachRow ,
int $NavigationCategories4_Type
) : string
Container_NavigationCategories4
Short description
Returns the category navigation 4. Also allows you to set some parameters in advance so that they differ from the template settings.
Description of this function
Template NavigationCategories4
NavigationCategories4List
NavigationCategories4ListItem
Functions
These functions are available in this container.
Link_FirstItem() : string
Variables
These variables are available in this container.
-
$CategoryDescription — Contains the description of the current category.
-
$CategoryDescription2
-
$CategoryId — Contains the ID of the current category.
-
$CategoryImage[1] …$CategoryImage[2] — Returns a category image. This image depends on the image position saved.
-
$CategoryIsCurrent — Contains the information if a category is the current category (true) or not (false).
-
$CategoryIsLastInCurrentLevel
-
$CategoryIsOpen — Contains the information if a category is open (true), e.g. as part of the category path, or not (false).
-
$CategoryItemCount — Contains the number of current items of a category.
-
$CategoryLevel — Contains the current category level.
-
$CategoryName — Contains the name of the current category.
-
$CategoryShortDescription — Contains the short description of the current category.
-
$CategoryType — Contains the type of the current category. The types Content and Item are available.
-
$CategoryUrl — Contains the URL of the current category.
-
$RowCount — Contains the position of the current line.
-
$RowCountModulo2 — Contains the value that specifies if the current line is divisible by 2 or not.
-
$SubCategoryExists — Contains the information if a subcategory exists (true) or not (false).
-
$setCurrentCategoryAsActive
Examples
{% if !$IsWelcomePage %}
<div class="fullwidth breadcrumbsContainer">
{% Container_NavigationBreadcrumbsList() %}
</div>
{% endif %}