I just checked common/tpl_main_page.php and see
<!--simple google analytics-->
<?php
if (GOOGLE_ANALYTICS_TRACKING_TYPE == "Asynchronous") {
// Do nothing
} else {
require(DIR_WS_TEMPLATE . 'google_analytics/google_analytics.php');
}
?>
</body>
have I combined old & new install methods?
Please advise


Reply With Quote

