0

I am trying to paste a google tag into homepage head tag but i cannot find it on index.php

Where does it go??

Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900
user1849072
  • 11
  • 1
  • 1
  • 3
  • If this question is about Magento (as your title implies), then this doesn't have anything to do with osCommerce. Why the tag? – JMTyler Apr 09 '10 at 03:11

1 Answers1

1

If you want something of the header of every page, it should to go into the template file at %magento%/app/design/frontend/base/default/page/html/header.phtml. This file will be included on all the normal pages.

Hope that helps.

Thanks, Joe

Joe Mastey
  • 26,809
  • 13
  • 80
  • 104