diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-12-09 15:25:35 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-12-17 12:13:23 +0000 |
commit | e57f715a4625507cf6720d22e676c606bcb56053 (patch) | |
tree | 7d6edfe3bc5423f60e473d6800958b99a5c0deb1 | |
parent | bae3e2ec653c6935e19ce4d9f31b898fa1303e70 (diff) |
Hide unneeded heading on default footer.
-rw-r--r-- | templates/web/fixmystreet/front/footer-marketing.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/front/footer-marketing.html b/templates/web/fixmystreet/front/footer-marketing.html index 011f55706..249dbca8d 100644 --- a/templates/web/fixmystreet/front/footer-marketing.html +++ b/templates/web/fixmystreet/front/footer-marketing.html @@ -1,8 +1,10 @@ <div class="tablewrapper bordered"> <div id="footer-mobileapps"> - <h4>The FixMyStreet App</h4> + <!-- + <h4></h4> <p> </p> + --> </div> <div id="footer-help"> |