diff options
Diffstat (limited to 'templates/web/fixamingata/footer.html')
-rw-r--r-- | templates/web/fixamingata/footer.html | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/templates/web/fixamingata/footer.html b/templates/web/fixamingata/footer.html index 697248b82..f8d67c64e 100644 --- a/templates/web/fixamingata/footer.html +++ b/templates/web/fixamingata/footer.html @@ -1,26 +1,6 @@ [% IF pagefooter %] <footer role="content-info"> - <div class="tablewrapper bordered"> - <div id="footer-mobileapps"> - </div> - <div id="footer-help"> - - <ul> - <li> - <h4>Sekretess och kakor</h4> - <p>Vill du veta mer om det juridiska? Läs vår information <a href="/privacy">om sekretess och kakor</a></p> - </li> - <li> - <h4>[% loc('Are you a developer?') %]</h4> - <p>[% loc('Would you like to contribute to FixMyStreet? Our code is open source and <a href="http://github.com/mysociety/fixmystreet">available on GitHub</a>.') %]</p> - </li> - <li> - <h4>[% loc('Are you from a council?') %]</h4> - <p>Vill du veta mer om FixaMinGata eller hur det kan fungera för er kommun? <a href="/kommun">Läs mer om FixaMinGata för kommuner</a>.</p> - </li> - </ul> - </div> - </div> + [% INCLUDE 'front/footer-marketing.html' %] </footer> [% END %] </div><!-- .content role=main --> |