how can i add masshead image in contact us page

i have using our aroma theme ,i have added mass head images in our category layout section,but i cant find the contact us category list,then how to add the mass head image to contact us page , kindly help me

1 answer

Profile photo of Ziven Staff 100280.00 $tone April 22, 2015
Public

@yasar,
Please go to the file: \app\design\frontend\default\jm_aroma\layout\contacts.xml at line 46->52 and change like you want in to code like below:
 

  <reference name="mass-head">
<block type="joomlart_jmmasshead/core" name="masshead" as="masshead">
<action method="setData"><name>title</name><value>Contact Us</value></action>
<action method="setData"><name>description</name><value>We would like to hear from you.</value></action>
<action method="setData"><name>background</name><value>wysiwyg/masshead/masshead-contact.jpg</value></action>
</block>
</reference>

Best regards,
Ziven.

#1

Please login or Register to Submit Answer

Written By

Comments