Why can't I add js directly via local.xml but instead have to enter it in the backend cms layout tab? I can reference head in , so for example this will work:
<reference name="head">
<action method="addLinkRel"><rel>canonical</rel><href>http://www.domain.com/</href><action>
</reference>
While this won't:
<reference name="head">
<action method="addItem"><type>skin_js</type><name>js/jquery.slides.js"></name><params/></action>
<action method="addItem"><type>skin_js</type><name>js/jquery.carouFredSel.js"></name><params/></action>
</reference>
Is this behavior intended? Thank you!
cms_index_indexlayout handle?