I have a store setup here: http://www.dreamingrobots.com/store/
Every page displays this text: /** * Added Google Analytics */
I can't figure out what in zencart is generating this text. Could people give me some ideas on where to look?
It is getting generated very early. When I look at the source for the page it looks like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
/**
* Added Google Analytics
*/
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-76839-2");
pageTracker._trackPageview();
} catch(err) {}</script>
<head>
<title>DreamingRobots, The Store</title>
...




