summary refs log tree commit diff stats
path: root/theme/layouts/4.5/layout.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-03-18 11:36:01 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-03-18 11:36:01 -0400
commit93d3209110d435d43cc9016aa6cf4acff6028011 (patch)
tree9cd186fabf3355aaa3daf28d0cedf46ff814422e /theme/layouts/4.5/layout.tpl
parent6dbe0dfbd02f1be6c2e25e1916cd26b627076cef (diff)
downloadfourisland-93d3209110d435d43cc9016aa6cf4acff6028011.tar.gz
fourisland-93d3209110d435d43cc9016aa6cf4acff6028011.tar.bz2
fourisland-93d3209110d435d43cc9016aa6cf4acff6028011.zip
Added Google Analytics back to layouts 4.5 and 7
Diffstat (limited to 'theme/layouts/4.5/layout.tpl')
-rwxr-xr-xtheme/layouts/4.5/layout.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/theme/layouts/4.5/layout.tpl b/theme/layouts/4.5/layout.tpl index 3654a6a..6155d57 100755 --- a/theme/layouts/4.5/layout.tpl +++ b/theme/layouts/4.5/layout.tpl
@@ -271,5 +271,17 @@
271 </UL> 271 </UL>
272 </DIV> 272 </DIV>
273 </DIV> 273 </DIV>
274
275 <!--Google Analytics-->
276 <script type="text/javascript">
277 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
278 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
279 </script>
280 <script type="text/javascript">
281 var pageTracker = _gat._getTracker("UA-2895652-1");
282 pageTracker._initData();
283 pageTracker._trackPageview();
284 </script>
285 <!--Google Analytics-->
274 </BODY> 286 </BODY>
275</HTML> 287</HTML>