[Magento] Adding Link to Top Links Section in Magento

Please try to open the file “app/design/frontend/default/ves_fashion/layout/local.xml”. Then add the code:

 

<default>
<reference name=”top.links”>
<action method=”addLink” translate=”label title”>
<label>Contact Us</label>
<url>contacts</url>
<title>Contact Us</title>
<prepare>true</prepare>
<position>20</position>
</action>
</reference>
</default>


	
error: Content is protected !!