SwissUpLabs Logo

Footer

AMP uses separate cms block to show footer links. You can edit it at CMS > Manage Blocks page. Just search the block by tmamp_footer identifier.

Footer Links

Code:

<div class="links">
    <a href="{{store direct_url='about'}}">About</a>
    <a href="{{store direct_url='user-agreement'}}">User Agreement</a>
    <a href="{{store direct_url='privacy'}}">Privacy</a>
    <a href="{{store direct_url='cookies'}}">Cookies</a>
</div>

Copyright label - is a standard Magento label taken from System > Configuration > Design page. See the “Footer” section.

Next Up
Edit this Page