How do i add link to footer ?

hi guys,

im looking to add a link in the footer for the privacy policy.
on the same line as the rss page etc.

i also would like to add a contact us page link to the black dropdown at the top of the page in the dropdown next to the log in link.

thanks in advance for any help.

3 answers

Profile photo of cameron ferris 0.00 $tone May 16, 2011
Public

hi guys,

im looking to add a link in the footer for the privacy policy.
on the same line as the rss page etc.

i also would like to add a contact us page link to the black dropdown at the top of the page in the dropdown next to the log in link.

thanks in advance for any help.

IS ANYBODY THERE ?

#1
Profile photo of thangnn1510 0.00 $tone May 18, 2011
Public

-To add link to footer, please add this code:

Code:

<action method="addLink" translate="label title" module="contacts"><label>Your Title</label><url>yourlink</url><title>Your title</title><prepare>true</prepare></action>

to line 32 of contacts.xml in app\design\frontend\default\jm_oganis\layout (Please copy from app\design\frontend\base\default\layout to app\design\frontend\default\jm_oganis\layout )
-To add link to top link please add this code:

Code:

<action method="addLink" translate="label title" module="customer"><label>My Account</label><url>your link</url><title>Your Title</title><prepare/><urlParams/><position>200</position></action>

To line 53 of customer.xml of app\design\frontend\default\jm_oganis\layout

#2

This question is now closed

Written By

Comments