在magento中的HEAD标签之间包含模板.phtml

时间:2014-06-30 11:57:23

标签: magento

我需要在代码之间加入一些.phtml模板

<head> </head>

我的模板使用PHP生成一些JS代码,因此我需要在.phtml模板而不是简单的

<action method="addJs"><script>theme/script.js </script> </action>

由于

1 个答案:

答案 0 :(得分:0)

添加到您的xml:

<reference name="head">
    <action method="addItem"><type>skin_js</type><name>js/script.js</name><params/></action>
</reference>

将您的脚本添加到skin/frontend/[template]/[package]/js/script.js