I'm doing some Yslow optimization of my Magento site and am trying to add the CSS and Js to the footer of the site.
At the moment I'm using a head reference tag in the layout XML and using addJsaddJs and addCssaddCss actions to include all my files. I tried swapping the head reference to footer, but was given an error when I tried to view the site. Is there a way of doing this in local.xmllocal.xml or does this have to be done hardcoded in the footer template file it selfitself?