Thứ Ba, 8 tháng 7, 2014

Thêm tên class vào body trong magento (How to add class into body in magento)

Thêm tên class vào <body> trong magento (How to add class into body in magento)

Muốn thêm tên class vào body của 1 trang nào đó ví dụ trang customer.
mở file layout : customer.xml 
chèn vào đoạn code :


 <reference name="root">
            <action method="addBodyClass"><classname>customers-profile</classname></action>
  </reference>


trong đó  customers-profile: là tên class mới thêm vào <body>

Không có nhận xét nào:

Đăng nhận xét