Tuesday 13 August 2013

Change page titile in magento

Need to add new page title?

Here's a scenario i have faced.

I need to create a new Contact us page regardless of the native contact us page in magento. so i need to add page title for my new contact us page. I have solved it by adding it in XML

<reference name="head">
<action method="setTitle" translate="title" module="contacts"><title>Contact Us</title></action>
</reference>

More info: http://stackoverflow.com/questions/3663769/magento-page-title-on-contact-page
 

No comments:

Post a Comment