Add custom links to the top of the menu

jQuery based Accordion Menu with many themes.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Add custom links to the top of the menu

Post by norman »

We''ll put in a link to the Contact Us Form as an example.

Look in Design / Library / Layouts / AccordionJQ / Accordion Menu for the line:

Code: Select all

	<div id="dpacmn">
Immediately after that line add:

Code: Select all

		<h4><a href="<actinic:variable name="SendMailPageLink" />"><actinic:variable name="SendMailText" /></a></h4><div></div>
Or for a simple link use e.g:

Code: Select all

		<h4><a href="whatever">Whatever</a></h4><div></div>
To put these links at the bottom, look for

Code: Select all

	</div>
</div>
<!-- Accordion code end -->
And put your stuff above it.
Norman
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Add custom links to the top of the menu

Post by norman »

If you are using Accordion Menu V1.04 or earlier, then use the above but change the <h4> and </h4> into <h3> and </h3>
Norman
Post Reply