2010-09-08 67 views

回答

2

您可以通过覆盖设计中的“contacts.xml”布局文件来更改标题。调整以下行来适应:

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

感谢。这是否应该添加在布局更新? – pixeltocode 2010-09-08 04:34:37

1

打开或找到像文件: 应用程序/设计/前端/基/默认/布局/ contacts.xml

某处contacts_index_index标签之间添加:

<reference name="head"> 

     <action method="setTitle"><title>Contact Us - Your Store Name</title></action> 

    </reference> 

最佳, 马立克

3
<reference name="head"> 
    <action method="setTitle" translate="title" module="contacts"> 
      <title>Online Shopping, Shop Mobile online</title> 
    </action> 
</reference>