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.
includeCategoriesBooleanNIf true, adds categories to the side menu.
includeItemsBooleanNIf true, adds items to the side menu.

Example:

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