diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-08-12 12:47:27 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-08-12 12:47:27 +0100 |
commit | 8ab763581db9c5897aa94064b51191d5cde1a687 (patch) | |
tree | 8693bd31e1834180ba3bb9b7444818869a9e40c4 /templates/web/default/footer.html | |
parent | 4cb6f56c9eb6f42db1086beb13ecd5e5698126ba (diff) |
Use Google Analytics.
Diffstat (limited to 'templates/web/default/footer.html')
-rw-r--r-- | templates/web/default/footer.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index a71909539..bd684b722 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -31,9 +31,7 @@ </p> </div> -[%# INCLUDE 'tracking_code.html' %] - -[%# INCLUDE 'debug_footer.html' %] +[% INCLUDE 'debug_footer.html' %] </body> </html> |