aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap2/templates/analytics.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap2/templates/analytics.html')
-rw-r--r--bootstrap2/templates/analytics.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootstrap2/templates/analytics.html b/bootstrap2/templates/analytics.html
new file mode 100644
index 0000000..ba174fc
--- /dev/null
+++ b/bootstrap2/templates/analytics.html
@@ -0,0 +1,11 @@
+{% if GOOGLE_ANALYTICS %}
+ <script type="text/javascript">
+ var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+ document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+ </script>
+ <script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("{{GOOGLE_ANALYTICS}}");
+ pageTracker._trackPageview();
+ } catch(err) {}</script>
+{% endif %} \ No newline at end of file