Go to Design / Library / Layouts / NorList Menu / NorList Dynamic Menu Code.
Look for the long line (around line 27):
Code: Select all
<li><a href='<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>'><Actinic:Variable Name="SectionName"></a><actinic:block if="%3cactinic%3avariable%20name%3d%22NorListDepth%22%20%2f%3e%20%3e%201"><actinic:variable name="NorListSubSection" value="NorList Sub Section 1" /></actinic:block></li>
Code: Select all
<actinic:block if="%3cactinic%3avariable%20name%3d%22SectionName%22%20%2f%3e%20%21%3d%20%22Photo%20Frames%22">
EXISTING LINE
</actinic:block>