|
In the file app/design/frontend/default/junglemason/layout/catalog.xml if I make any changes, nothing happens. Apparently it’s not getting used. How can I make sure my custom layouts are being used?
In the file app/design/frontend/default/default/layout/catalog.xml my changes do affect the product page. But when I try adding <action method="addJs"><script>junglemason/imageslider.js</script></action> to <catalog_product_view><reference name="head"> it does not add the script to the page.
I added a var_dump and die to Head.php to see if anything was going through, and it is. But the page will still not include my js file. What could be wrong?
|