diff options
Diffstat (limited to 'templates/web/angus')
-rw-r--r-- | templates/web/angus/footer.html | 2 | ||||
-rw-r--r-- | templates/web/angus/post_header_extra.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/angus/footer.html b/templates/web/angus/footer.html index ec91aaa71..84ab05b35 100644 --- a/templates/web/angus/footer.html +++ b/templates/web/angus/footer.html @@ -4,7 +4,7 @@ <div class="nav-wrapper"> <div class="nav-wrapper-2"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 %] + [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area %] </div> </div> </div> <!-- .wrapper --> diff --git a/templates/web/angus/post_header_extra.html b/templates/web/angus/post_header_extra.html index 43ba8af92..81673aae5 100644 --- a/templates/web/angus/post_header_extra.html +++ b/templates/web/angus/post_header_extra.html @@ -9,6 +9,6 @@ <div class="wrapper wrapper__main_menu"> <div class="container"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 ul_class="nav-menu nav-menu--breadcrumb" omit_wrapper=1 %] + [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area ul_class="nav-menu nav-menu--breadcrumb" omit_wrapper=1 %] </div> </div> |