Showing posts with label include file in header magento. Show all posts
Showing posts with label include file in header magento. Show all posts

Friday 17 May 2013

include js file in header magento

 add your js file in your magento js folder in   magento/js/myfolder

open page.xml file

put this code in page.xml

<action method="addJs"><script>myfolder/myjs.js</script></action>