Use the <sidemenu> tag to add a side menu.
Available attributes:
Attribute | Type | Mandatory | Description |
---|---|---|---|
parentsDepth | Integer | Y | Specify the depth of the parent category. |
childrenDepth | Integer | Y | Specify the depth of the child categories. |
includeCategories | Boolean | N | Set the value to true to add categories to the side menu. |
includeItems | Boolean | N | Set the value to true to add items to the side menu. |
Example:
<SideMenu parentsDepth="1" childrenDepth="1" includeCategories="1" includeItems="1">\ </SideMenu> |