Page 1 of 1

Making NorList obey the Include In Site Map option

Posted: Thu May 08, 2008 11:12 pm
by norman
To do this edit layout NorList Dynamic Menu and look for the first block if (about line 9). It should contain the Condition:

Code: Select all

<actinic:variable name="SectionLevel" /> <= <actinic:variable name="NorListDepth" />
Replace that Condition with:

Code: Select all

(<actinic:variable name="SectionLevel" /> <= <actinic:variable name="NorListDepth" />) AND <actinic:variable name="IsSectionIncludedInSiteMap" />