Hi
I have been playing with the Horizontal Brochure Nav Bar, and almost got it right. However, the Products button comes out at the end of the list, abd I want it to be the third item. Is there any way I can change this sequence?
The layout looks like this:
<actinic:variable name="BrochurePageList" value="Horizontal Brochure Page List" />
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
<actinic:variable name="NavigationIcon" value="Enter Shop Image Navigation Button" />
<actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e"><Actinic:NOTINB2B>
<actinic:variable name="NavigationIcon" value="Login Image Navigation Button" />
</Actinic:NOTINB2B></actinic:block>
</actinic:block>
Stapes
I have been playing with the Horizontal Brochure Nav Bar, and almost got it right. However, the Products button comes out at the end of the list, abd I want it to be the third item. Is there any way I can change this sequence?
The layout looks like this:
<actinic:variable name="BrochurePageList" value="Horizontal Brochure Page List" />
<actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
<actinic:variable name="NavigationIcon" value="Enter Shop Image Navigation Button" />
<actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e"><Actinic:NOTINB2B>
<actinic:variable name="NavigationIcon" value="Login Image Navigation Button" />
</Actinic:NOTINB2B></actinic:block>
</actinic:block>
Stapes
Comment