The problem is Smarty template engine attempts to translate and interpret some keywords in Google Analytics tracking code that conflict with Smarty template delimiter syntax. As a workaround, Smarty does provide tags, {literal} and {/literal}, which allows a block of data to be taken literally.. you can easily add google analytics tracking code to hostbill and other software uses smarty template engine.. To do that for hostbill just open file footer.tpl in ( yourhostbill/templates/yourtemplatename/footer.tpl ) before </body> tag add : {literal} Google Analytics Tracking Code Append Here {/literal} and it's done
Hello, from this link you can easily understand.. http://www.mydigitallife.info/2009/...ytics-tracking-code-to-blogsome-hosted-blogs/ Thanks..
hi friend, if you dont get about how to submit analytics in smarty php, you should search in google and read about that after you will submit analytics code in your site.
thanks for replies but what I mean is how to add google tracking code to hostbill templates as I explained .. may be this my fault if I choosed wrong title .. thanks
It's doen't work for me , i try put it in header and footer , in <head> tag and <body> tag but it doesn't work ..
Thank you guys , it's worked. Because delay of status update so i think it doesn't work ... Anyway tks