开发者

ColorBox integration in Magento

开发者 https://www.devze.com 2023-02-03 20:07 出处:网络
I want to add ColorBox jQuery in my Magento website. Is there an specific method for this? Or do I have to 开发者_Go百科make the changes in .phtml files?To add new javascript library on all your pages

I want to add ColorBox jQuery in my Magento website. Is there an specific method for this?

Or do I have to 开发者_Go百科make the changes in .phtml files?


To add new javascript library on all your pages use layouts. Create new layout file yourmodule.xml and put there code

<default>
    <reference name="head">
        <action method="addItem"><type>skin_js</type><name>js/colorbox.js</name><params/></action>
        <action method="addItem"><type>skin_css</type><name>js/colorbox.css</name></action>
    </reference>
</default>
0

精彩评论

暂无评论...
验证码 换一张
取 消