diff --git a/www/templates/base.tmpl b/www/templates/base.tmpl index b1e4bdc9fe..567919c06d 100644 --- a/www/templates/base.tmpl +++ b/www/templates/base.tmpl @@ -9,6 +9,7 @@ {% include 'templates/css.tmpl' %} +{% include 'templates/google_analytics.tmpl' %} {% include 'templates/header.tmpl' %} diff --git a/www/templates/google_analytics.tmpl b/www/templates/google_analytics.tmpl new file mode 100644 index 0000000000..e4f91ee560 --- /dev/null +++ b/www/templates/google_analytics.tmpl @@ -0,0 +1,11 @@ + + + diff --git a/www/templates/indexbase.tmpl b/www/templates/indexbase.tmpl index ce77503cec..c2959fb093 100644 --- a/www/templates/indexbase.tmpl +++ b/www/templates/indexbase.tmpl @@ -10,6 +10,7 @@ {% include 'templates/css.tmpl' %} +{% include 'templates/google_analytics.tmpl' %} {% include 'templates/header.tmpl' %}