Recent Topics

1 Dec 05, 2006 18:56    

I have make an account Google Analytics but I don't know where add script can you help me ?

it's writed on your main page index.php before <\body>

2 Dec 06, 2006 03:03

Put it in your skins _main.php before the </body> like so

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "Useraccount # Here";
urchinTracker();
</script>

</body>


Form is loading...