2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00

Google.Analytics tracking for Boost.Jam, too.

[SVN r53708]
This commit is contained in:
Vladimir Prus
2009-06-07 09:54:17 +00:00
parent 964ee81d75
commit acf8a4bfbd

View File

@@ -69,5 +69,11 @@ if (!$_file->is_raw()) { #~ require_once(dirname(__FILE__) . '/../common/code/we
<div class="clear"></div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2917240-2";
urchinTracker();
</script>
</body>
</html><?php } ?>
</html><?php } ?>