diff options
Diffstat (limited to 'templates/web/hart/footer.html')
-rw-r--r-- | templates/web/hart/footer.html | 69 |
1 files changed, 1 insertions, 68 deletions
diff --git a/templates/web/hart/footer.html b/templates/web/hart/footer.html index 5a53fb978..15ed6611c 100644 --- a/templates/web/hart/footer.html +++ b/templates/web/hart/footer.html @@ -6,7 +6,7 @@ <div class="nav-wrapper clearfix"> <div class="container container--hart"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area ul_class="nav-menu nav-menu--first" hide_privacy_link=1 %] + [% INCLUDE "main_nav.html" ul_class="nav-menu nav-menu--first" hide_privacy_link=1 %] </div> <div class="container"> <div id="main-nav--hart" role="navigation"> @@ -31,76 +31,9 @@ </li> </ul> </div> - <div class="sign-in"> - [% IF c.user_exists %] - <p> - [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %] - <a href="/auth/sign_out">[% loc('sign out') %]</a> - </p> - [% END %] - </div> </div> </div> - <footer id="hart-footer"> - <div id="footer-inner" class="container"> - <div id="footer-row-1" class="clearfix row"> - <p class="desk-only"> - <strong>©</strong> - <a href="http://www.hart.gov.uk/disclaimer" title="More information on the Disclaimer" class="hart">Hart District Council</a> - <a href="http://www.gov.uk/" title="GOV.UK">GOV.UK</a> - </p> - <ul id="footer-nav"> - <li> <a href="http://www.hart.gov.uk/Accessibility">Accessibility</a> </li> - <li class="mob-only"> <a href="http://www.gov.uk/" title="GOV.UK">GOV.UK</a> </li> - <li> <a href="http://www.hart.gov.uk/privacy">Privacy</a> </li> - <li class="mob-only"> <a href="http://www3.basingstoke.gov.uk/ccmwa/chat/a6f6143d-407f-4f99-b673-6feb98b54815">Web Chat</a> </li> - <li class="mob-only"> <a href="https://www.hart.gov.uk/contact-us">Contact us</a> </li> - <li class="mob-only"> <a href="https://www.hart.gov.uk/feedback">Feedback</a> </li> - <li class="mob-only bottom"> <a href="https://www.hart.gov.uk/user/login?current=node/1">Login</a> </li> - <li class="mob-only bottom"> <a href="https://www.hart.gov.uk/user/register">Register</a> </li> - </ul> - </div> - <div id="footer-row-2" class="clearfix row"> - <ul id="footer-images"> - <li> - <a href="https://www.facebook.com/HartDistrictCouncil"> - <img alt="Facebook" src="/cobrands/hart/facebook-logo.png" style="width: 50px; height: 50px;"> - </a> - </li> - <li> - <a href="https://twitter.com/HartCouncil"> - <img alt="Twitter" src="/cobrands/hart/twitter-logo.png" style="width: 50px; height: 50px;"> - </a> - </li> - <li> - <a href="https://www.youtube.com/channel/UCtkLOTkot4Z24Mr9C4I3t-A"> - <img alt="YouTube" src="/cobrands/hart/youtube-logo.png" style="width: 50px; height: 50px;"> - </a> - </li> - <li> - <a href="https://www.instagram.com/hartcouncil/"> - <img alt="Instagram" src="/cobrands/hart/instagram-logo.png" style="width: 50px; height: 50px;"> - </a> - </li> - <li class="web-chat"> - <a href="http://www3.basingstoke.gov.uk/ccmwa/chat/a6f6143d-407f-4f99-b673-6feb98b54815"> - <span class="desk-only">Web Chat</span> - <img alt="Web chat" src="/cobrands/hart/chat.png" style="height: 50px; width: 50px;"> - </a> - </li> - </ul> - </div> - <div id="footer-row-3" class="clearfix row"> - <p class="mob-only"> - <strong>©</strong> - <a href="http://www.hart.gov.uk/disclaimer" title="More information on the Disclaimer" class="hart">Hart District Council</a> - </p> - <a href="https://www.fixmystreet.com/pro/">Powered by <img src="/cobrands/hart/fms-logo.png" alt="FixMyStreet" style="height:20px;"></a> - </div> - </div> - </footer> - [% INCLUDE 'common_footer_tags.html' %] </div> |