I have some counter code in a php file that I need to include in every page. I want to do it so that it isn't inserted into the theme index.php because then I would have to insert it in any new theme I later install. Where can I put this include so that it is rendered in each page, preferably in the body.
Thanks