Google says to paste the GA code.... On the second to bottom line you should see the tag </body>
You need to paste your Google Analytics tracking code just before this tag.
In templates, Edit HTML, my code doesn't end like this. Where should I paste this?
Can anyone help with this?
mine ends like this:
$gkmenu = $tmpl->loadMenu($gkparams, $gk_menutype);
}
//End for main navigation
$layout = $tmpl->getLayout ();
if ($layout) {
$tmpl->display($layout);