aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/footer.html
blob: 47ffc41614e169a71a3f42ad2f57a607161bd425 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
                    [% IF pagefooter %]
                    <footer role="contentinfo">
                        [% INCLUDE 'front/footer-marketing.html' %]
                    </footer>
                    [% ELSIF bodyclass == 'waste' %]
                    <div class="bromley-waste-credits">
                        <p>Powered by</p>
                        <p>
                            <a href="https://www.veolia.co.uk">Veolia</a>
                            <a href="https://www.societyworks.org/services/waste/">SocietyWorks</a>
                        </p>
                    </div>
                    [% END %]
                </div><!-- .content role=main -->
            </div><!-- .container -->
        </div><!-- .table-cell -->

        <div class="nav-wrapper">
            <div class="container">
                [% INCLUDE "main_nav.html" hide_privacy_link=1 %]
            </div>
        </div>
    </div> <!-- .wrapper -->

    [% INCLUDE 'common_footer_tags.html' %]

</body>
</html>