Reputation: 2221
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
Reputation: 7778
See these files.If you are using theme other than default then check files accordingly there you can change the link names.
app/design/frontend/default/default/layout/checkout.xml
app/design/frontend/default/default/layout/customer.xml
Find there <reference name="top.links">
There you can change the top links.
Upvotes: 1