I am trying to paste a google tag into homepage head tag but 开发者_JAVA百科i cannot find it on index.php
Where does it go??
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
精彩评论