Search code examples
magentomagento-1.8

Magento : add script to all footer's pages


i have a script for showing modal box by footer link :

<script>

...

</script>

How can i put that script in the footer of all magento pages ?


Solution

  • you can add script in footer using footer.phtml located in

    [app\design\frontend\YOUR_PACKAGE\YOUR_THEME\template\page\html\footer.phtml]