From 8142ab98cb9e0c095f628e2d413fb0cc67753073 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Fri, 29 Apr 2016 17:36:26 +0100 Subject: [fixmystreet.com] Add standard mySociety footer. Like a number of recent council cobrands, we remove parts of the default desktop footer and append our own responsive one in `footer_extra.html`. This also updates the FixMyStreet app logos (for fixmystreet.com and any other cobrands that use them) to the most recent style of Apple / Google sanctioned badges. Fixes #1385. --- templates/web/base/footer.html | 3 - templates/web/bromley/footer.html | 3 - templates/web/fixmystreet.com/footer-nav.html | 24 ------ templates/web/fixmystreet.com/footer_extra.html | 87 ++++++++++++++++++++++ .../fixmystreet.com/front/footer-marketing.html | 15 ---- templates/web/greenwich/footer.html | 3 - templates/web/harrogate/footer.html | 3 - 7 files changed, 87 insertions(+), 51 deletions(-) delete mode 100644 templates/web/fixmystreet.com/footer-nav.html create mode 100644 templates/web/fixmystreet.com/footer_extra.html (limited to 'templates') diff --git a/templates/web/base/footer.html b/templates/web/base/footer.html index 7626736a0..c10d9c008 100644 --- a/templates/web/base/footer.html +++ b/templates/web/base/footer.html @@ -5,9 +5,6 @@ [% END %] - [% IF c.cobrand.moniker == 'fixmystreet' AND bodyclass != 'mappage' %] - [% INCLUDE 'footer-nav.html' %] - [% END %] - [% IF c.cobrand.moniker == 'fixmystreet' AND bodyclass != 'mappage' %] - [% INCLUDE 'footer-nav.html' %] - [% END %] - [% IF c.cobrand.moniker == 'fixmystreet' AND bodyclass != 'mappage' %] - [% INCLUDE 'footer-nav.html' %] - [% END %]