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
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 ?
-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
All working thanks to Thang !
This question is now closed