Skip to content

Commit

Permalink
IDI-117 added google analytics block to wordpress-fss-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Gay committed Jul 12, 2013
1 parent 664661e commit 74704a6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions header.php
Expand Up @@ -46,7 +46,19 @@
<?php
wp_head();
?>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-17057267-8']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
</head>

<body>
Expand Down

0 comments on commit 74704a6

Please sign in to comment.