user1597438
user1597438

Reputation: 2221

Manipulating the Top Links in Magento

This is just a quick question so I'll get straight to the point. Is there a way to change the top links without making any changes at the header.phtml file? I'm worried that it might break the entire website if I rely on the phtml file in changing the top link. Also, is there any guide I can use to use a static block to place top links instead? Thanks in advance.

Upvotes: 0

Views: 66

Answers (1)

Mukesh
Mukesh

Reputation: 7778

See these files.If you are using theme other than default then check files accordingly there you can change the link names.

  1. app/design/frontend/default/default/layout/checkout.xml

  2. app/design/frontend/default/default/layout/customer.xml

Find there <reference name="top.links">

There you can change the top links.

Upvotes: 1

Related Questions