I would like to add a module for Google Analytics. In previous JA templates, it was easy to do by adding it to this location on the index.html file in the template folder:
</div>
<jdoc:include type=”modules” name=”debug” />
<jdoc:include type=”modules” name=”googleanalytics” style=”raw” />
</body>
</html>
The index.html file was easily accessed through the back end in the Template Manager by clicking on the “Edit HTML” button.
However, for JA Selini as well as JA Teline III, the “Edit HTML” button calls the index.php file.
Obviously, you can’t add the module code snippet to a .php file.
So my question is where is the HTML body file located where I would add this bit of code?
Thanks.