diff options
Diffstat (limited to 'templates/web/greenwich')
-rw-r--r-- | templates/web/greenwich/footer.html | 4 | ||||
-rw-r--r-- | templates/web/greenwich/front/footer-marketing.html | 2 | ||||
-rw-r--r-- | templates/web/greenwich/header_logo.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/greenwich/footer.html b/templates/web/greenwich/footer.html index 03dbc0330..7cc4f185c 100644 --- a/templates/web/greenwich/footer.html +++ b/templates/web/greenwich/footer.html @@ -8,8 +8,8 @@ </div><!-- .table-cell --> <div class="nav-wrapper"> - <div class="nav-wrapper-2"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_name hide_mysoc_link=1 %] + <div class="container"> + [% INCLUDE "main_nav.html" body_name=c.cobrand.council_name %] </div> </div> </div> <!-- .wrapper --> diff --git a/templates/web/greenwich/front/footer-marketing.html b/templates/web/greenwich/front/footer-marketing.html index bf08a11dd..773314aa9 100644 --- a/templates/web/greenwich/front/footer-marketing.html +++ b/templates/web/greenwich/front/footer-marketing.html @@ -13,7 +13,7 @@ <div id="footer-help"> <p> - Powered by <a class="platform-logo" href="https://fixmystreet.com/about/council">FixMyStreet Platform</a> + Powered by <a class="platform-logo" href="https://www.fixmystreet.com/about/professional">FixMyStreet Platform</a> </p> </div> </div> diff --git a/templates/web/greenwich/header_logo.html b/templates/web/greenwich/header_logo.html index 6359eba3b..cfe485af1 100644 --- a/templates/web/greenwich/header_logo.html +++ b/templates/web/greenwich/header_logo.html @@ -15,4 +15,4 @@ <li><a href="/">FixMyStreet</a></li> </ul> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_name hide_mysoc_link=1 hide_privacy_link=1 ul_id="fms-menu-desktop" ul_class="" omit_wrapper=1 %] + [% INCLUDE "main_nav.html" body_name=c.cobrand.council_name hide_privacy_link=1 ul_id="fms-menu-desktop" ul_class="" omit_wrapper=1 %] |