Skip to main content
Version: 1.20.1

sidemenu

Use the <sidemenu> tag to add a side menu.

Available attributes:

AttributeTypeMandatoryDescription
parentsDepthIntegerYSpecify the depth of the parent category.
childrenDepthIntegerYSpecify the depth of the child categories.
includeCategoriesIntegerNSet the value to 1 to add categories to the side menu. The default value is 0.
includeItemsIntegerNSet the value to 1 to add items to the side menu. The default value is 0.

Example:

sidemenu
<SideMenu
parentsDepth="1"
childrenDepth="1"
includeCategories="1"
includeItems="1">\
</SideMenu>