Fix Contact Us title

Though we have been working on Magento for almost 16 months now, still, from time to time we forgot how to pull a simple function off. So we decided to start writing Magento’s journal.

In the contacts.xml you see this:

<action method="setHeaderTitle"
translate="title" module="contacts">
<title>Contact Us</title></action>

If you change the title to something else, say, “contact lotus seeds design”, it doesn’t work. Simply add a new reference name for “head”:

<reference name="head">
<action method="setTitle">
<title>Contact Lotus Seeds Design</title>
</action></reference>

Most Commented Posts