Quote:
Originally Posted by Cleo
Also you have the Google Analytics in the wrong place. It should be before the closing head tag.
|
I double checked & I have it in the right place according to what's in my analytics account:
Quote:
PHP Implementation
Create a PHP file named "analyticstracking.php" with the code above and include it on each PHP template page. Then, add the following line to each template page immediately after the opening <body> tag:
<?php include_once("analyticstracking.php") ?>
|