#4566

Tu Tran
Moderator

Hi,

To do that, please go to the file app\design\frontend\default\sns_nova\layout\local.xml
add the code below

<reference name="footer_links">
	<action method="addLink" translate="label title" module="cms">
		<label>Privacy Policy</label><url>privacy-policy-cookie-restriction-mode</url><title>Privacy Policy</title><prepare>true</prepare>
	</action>
</reference>

into right before

</default>

Thanks,