-
GAnalytics code
Hi all,
help me solve the problem with the google analytics code
I added it to the footer.tpl before the tag </ body>, but he swears:
Fatal error: Smarty error: [in footer.tpl line 32]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 590) in / Smarty.class.php on line 1095
-
Re: GAnalytics code
You need to add the literal tags around your code so it looks like:
Code:
{literal}
...GA Code Here
{/literal}
-
Re: GAnalytics code
-
I got the same error, too.
Thanks very much for the solution!
-