summary refs log tree commit diff stats
path: root/theme
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
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')
-rwxr-xr-xtheme/layouts/4.5/layout.tpl12
-rwxr-xr-xtheme/layouts/7/layout.tpl12
2 files changed, 24 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>
diff --git a/theme/layouts/7/layout.tpl b/theme/layouts/7/layout.tpl index b944475..f7d9501 100755 --- a/theme/layouts/7/layout.tpl +++ b/theme/layouts/7/layout.tpl
@@ -239,5 +239,17 @@
239 <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a> 239 <a class="noVisit" href="/rss.php"><img src="/theme/images/icons/feed.png" alt="RSS Feed" /></a>
240 </p> 240 </p>
241 </div> 241 </div>
242
243 <!--Google Analytics-->
244 <script type="text/javascript">
245 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
246 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
247 </script>
248 <script type="text/javascript">
249 var pageTracker = _gat._getTracker("UA-2895652-1");
250 pageTracker._initData();
251 pageTracker._trackPageview();
252 </script>
253 <!--Google Analytics-->
242 </body> 254 </body>
243</html> 255</html>