add GAnalytics
authorJohn Meeks <webmail@gaslightmedia.com>
Fri, 6 Sep 2013 17:40:45 +0000 (17:40 +0000)
committerJohn Meeks <webmail@gaslightmedia.com>
Fri, 6 Sep 2013 17:40:45 +0000 (17:40 +0000)
templates/template.html

index 65556ef..6fa30b3 100755 (executable)
@@ -60,7 +60,7 @@
                                        <div id="vertical_banner_inside" flexy:if="hasVerticleBanners">
                                                {verticleBannerAds:h}
                                        </div>
-                                       
+
                                </div><!--/#leftcol-->
                                <!--<div id="findatrail_placeholder">&nbsp;</div>-->
                                <div id="findatrail">
        </div><!--/#wrapper_inner-->
 </div><!--/#wrapper-->
 {bottomScripts:h}
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-20974755-1']);
+  _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>
 </body>
 </html>
\ No newline at end of file