hi,
how can i change the page title <title>
of Magento's default contact page?
thanks
hi,
how can i change the page title <title>
of Magento's default contact page?
thanks
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>