From e72eac5840832a0292e0cfd5e3ea8ac218608502 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 7 Dec 2018 10:19:43 +0000 Subject: [Buckinghamshire] New tracking code. --- templates/web/buckinghamshire/before_wrapper.html | 6 ++++++ templates/web/buckinghamshire/footer.html | 10 ---------- templates/web/buckinghamshire/header_extra.html | 1 + templates/web/buckinghamshire/tracking_code.html | 13 +++++++++++++ templates/web/lincolnshire/before_wrapper.html | 6 ++++++ templates/web/lincolnshire/tracking_code.html | 4 ---- 6 files changed, 26 insertions(+), 14 deletions(-) create mode 100644 templates/web/buckinghamshire/before_wrapper.html create mode 100644 templates/web/buckinghamshire/header_extra.html create mode 100644 templates/web/buckinghamshire/tracking_code.html create mode 100644 templates/web/lincolnshire/before_wrapper.html diff --git a/templates/web/buckinghamshire/before_wrapper.html b/templates/web/buckinghamshire/before_wrapper.html new file mode 100644 index 000000000..18c7ae51e --- /dev/null +++ b/templates/web/buckinghamshire/before_wrapper.html @@ -0,0 +1,6 @@ +[% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] + + + +[% END %] diff --git a/templates/web/buckinghamshire/footer.html b/templates/web/buckinghamshire/footer.html index adeb2e983..81553e00e 100644 --- a/templates/web/buckinghamshire/footer.html +++ b/templates/web/buckinghamshire/footer.html @@ -19,15 +19,5 @@ [% INCLUDE 'common_footer_tags.html' %] - - diff --git a/templates/web/buckinghamshire/header_extra.html b/templates/web/buckinghamshire/header_extra.html new file mode 100644 index 000000000..8a977495f --- /dev/null +++ b/templates/web/buckinghamshire/header_extra.html @@ -0,0 +1 @@ +[% INCLUDE 'tracking_code.html' %] diff --git a/templates/web/buckinghamshire/tracking_code.html b/templates/web/buckinghamshire/tracking_code.html new file mode 100644 index 000000000..2af08af09 --- /dev/null +++ b/templates/web/buckinghamshire/tracking_code.html @@ -0,0 +1,13 @@ +[% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] + + + + + +[% ELSE %] + +[% END %] diff --git a/templates/web/lincolnshire/before_wrapper.html b/templates/web/lincolnshire/before_wrapper.html new file mode 100644 index 000000000..d85c3a87a --- /dev/null +++ b/templates/web/lincolnshire/before_wrapper.html @@ -0,0 +1,6 @@ +[% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] + + + +[% END %] diff --git a/templates/web/lincolnshire/tracking_code.html b/templates/web/lincolnshire/tracking_code.html index 42d88a817..ec19eba44 100644 --- a/templates/web/lincolnshire/tracking_code.html +++ b/templates/web/lincolnshire/tracking_code.html @@ -8,10 +8,6 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= })(window,document,'script','dataLayer','GTM-MP7MF9'); - - - [% ELSE %] [% END %] -- cgit v1.2.3