php file appearing on all pages

0

I need a php code to appear on every page of my MAGENTO website. I have tried several different ways, including using the stack overflow in English but without success.

If I put php inside the footer in CONFIGURATIONS - VISUAL, it does not read the code.

How to proceed? Thank you very much. Luciano.

    
asked by anonymous 02.03.2017 / 02:17

1 answer

0

Enter your code into phtml in:

app / design / frontend / base / default / template / page / html / head.phtml

OR

app / design / frontend / your theme / template / page / html / head.phtml     

07.03.2017 / 16:28