Page 1 of 1

V8 Collapso - Including Brochure pages in menu

Posted: Sat Mar 10, 2007 5:19 pm
by norman
Try this. Go to Design / Library / Layouts / Collapso-5 Dynamic Menu / Collapso-5 Menu.

The first line should be

Code: Select all

<div id="collapso5">
after this line add the following

Code: Select all

<ul class="sOb">
<actinic:block type="BrochurePagesList">
	<li class="nsc"><div><img class="nsi" src="c-n.gif"/> <a class="nsa" href="<actinic:variable name="BrochurePageURL" />"><actinic:variable name="BrochureName" /></a></div></li>
</actinic:block>
</ul>

Posted: Sat Mar 10, 2007 5:42 pm
by drounding
This works a treat - thanks very much.

Posted: Sat Mar 10, 2007 9:06 pm
by norman
I've added this in as standard in Collapso-5 V1.13 onwards.

There's a new variable Collapso Show Brochure that lets you turn this on/off.