<em>@olivercham 299125 wrote:</em><blockquote>I wanted to add Google Analytics inside my index.php.
When I went in the template manager to edit the “main page template” here are the only lines i see :
==============
<?php
if (class_exists(‘T3Template’)) {
$tmpl = T3Template::getInstance($this);
$tmpl->render();
return;
} else {
//Need to install or enable JAT3 Plugin
echo JText::_(‘Missing jat3 framework plugin’);
}
==============
What does it mean ?? what happened to my index.php ?
Please help !</blockquote>
Hello, you may be open any other (old theme or in build theme), so once again go through root folder with template. Because I had done here ans still it’s working properly.