diff options
author | Struan Donald <struan@exo.org.uk> | 2018-10-15 12:24:52 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2018-10-18 10:00:21 +0100 |
commit | 39b2948d786aaa528adbd7afb2ff6a5cbdb541cd (patch) | |
tree | 6ed2339e52fa125c0eeb86f95fabbc60182b3fe2 | |
parent | 037922d64f13caab647e25b6c08f1c2cf0f9baf3 (diff) |
[Bromley] update footer links to https
Also, remove top of page link that was hardcoded to a now missing page.
-rw-r--r-- | templates/web/bromley/footer_extra.html | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/templates/web/bromley/footer_extra.html b/templates/web/bromley/footer_extra.html index 8f97f87d5..309b1d628 100644 --- a/templates/web/bromley/footer_extra.html +++ b/templates/web/bromley/footer_extra.html @@ -4,19 +4,18 @@ <div class="additional-links footer-list1"> <h5>Get in touch</h5> <ul> - <li class="border first-child"><a href="http://www.bromley.gov.uk/contact">Contact Us</a></li> - <li class="border"><a href="http://www.bromley.gov.uk/feedback">Feedback</a></li> + <li class="border first-child"><a href="https://www.bromley.gov.uk/contact">Contact Us</a></li> + <li class="border"><a href="https://www.bromley.gov.uk/feedback">Feedback</a></li> </ul> </div><!--additional-links--> <div class="additional-links footer-list2"> <h5>Our website</h5> <ul> - <li class="first-child"><a href="http://www.bromley.gov.uk/accessibility">Accessibility</a></li> + <li class="first-child"><a href="https://www.bromley.gov.uk/accessibility">Accessibility</a></li> <li><a href="javascript:void(0);" onclick="window.print()" rel="nofollow">Print</a></li> - <li><a href="javascript:bookmark('http://www.bromley.gov.uk', 'London Borough of Bromley')">Bookmark this page</a></li> - <li><a href="http://www.bromley.gov.uk/privacy">Privacy and cookies</a></li> - <li><a href="http://www.bromley.gov.uk/terms">Disclaimer</a></li> - <li><a href="http://www.bromley.gov.uk/press/article/977/community_library_management_proposals_invited#mast">To the top</a></li> + <li><a href="javascript:bookmark('https://www.bromley.gov.uk', 'London Borough of Bromley')">Bookmark this page</a></li> + <li><a href="https://www.bromley.gov.uk/privacy">Privacy and cookies</a></li> + <li><a href="https://www.bromley.gov.uk/terms">Disclaimer</a></li> </ul> </div><!--additional-links--> <div class="additional-links"> @@ -24,10 +23,10 @@ <div class="social"> <ul class="inline-list small-size width"> <li class="first-child"><a href="http://www.facebook.com/LBBromley" title="Facebook"><img src="/cobrands/bromley/facebook.png" alt="Facebook"></a></li> - <li><a href="http://twitter.com/LBofBromley" title="Twitter"><img src="/cobrands/bromley/twitter.png" alt="twitter"></a></li> - <li><a href="http://www.youtube.com/LBBromley" title="Youtube"><img src="/cobrands/bromley/youtube.png" alt="youtube"></a></li> - <li><a href="http://www.flickr.com/photos/lbofbromley/" title="flickr"><img src="/cobrands/bromley/flickr.png" alt="flickr"></a></li> - <li><a href="http://www.bromley.gov.uk/rss/press" title="RSS"><img src="/cobrands/bromley/rss.png" alt="RSS"></a></li> + <li><a href="https://twitter.com/LBofBromley" title="Twitter"><img src="/cobrands/bromley/twitter.png" alt="twitter"></a></li> + <li><a href="https://www.youtube.com/LBBromley" title="Youtube"><img src="/cobrands/bromley/youtube.png" alt="youtube"></a></li> + <li><a href="https://www.flickr.com/photos/lbofbromley/" title="flickr"><img src="/cobrands/bromley/flickr.png" alt="flickr"></a></li> + <li><a href="https://www.bromley.gov.uk/rss/press" title="RSS"><img src="/cobrands/bromley/rss.png" alt="RSS"></a></li> </ul> </div><!--social--> </div><!--additional-links--> |