Forum Moderators: rogerd
First open
overall_header.tpl in your templates/subSilver/ folder. Search for
</head> Before this copy your analytics code. So for example your code should look like:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-000000-1";
urchinTracker();
</script>
</head>
Next open
simple_header.tpl and do the same Save both files and overwrite them on your server.