tags:

views:

44

answers:

1

hi, how can i change the page title <title> of Magento's default contact page?

thanks

A: 

You can change the title by overriding the "contacts.xml" layout file in your design. Adjust the following line to suit:

<action method="setHeaderTitle" translate="title" module="contacts"><title>Contact Us</title></action>
Chris Norton
thanks. is this supposed to be added in LAYOUT UPDATES?
pixeltocode