V8 Collapso - Including Brochure pages in menu

Expanding / Collapsing, search engine friendly, Section menu.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

V8 Collapso - Including Brochure pages in menu

Post 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>
Norman
drounding
Posts: 1
Joined: Sat Mar 10, 2007 5:40 pm

Post by drounding »

This works a treat - thanks very much.
Duncan Rounding
Genesis Trechnical Ltd
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Post 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.
Norman
Post Reply