2010-09-08 26 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>