aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/angus
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/angus')
-rw-r--r--templates/web/angus/footer.html4
-rw-r--r--templates/web/angus/maps/fms.html2
-rw-r--r--templates/web/angus/post_header_extra.html4
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/angus/footer.html b/templates/web/angus/footer.html
index ec91aaa71..f9e1f3a99 100644
--- a/templates/web/angus/footer.html
+++ b/templates/web/angus/footer.html
@@ -3,8 +3,8 @@
</div><!-- .table-cell -->
<div class="nav-wrapper">
- <div class="nav-wrapper-2">
- [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_mysoc_link=1 %]
+ <div class="container">
+ [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area %]
</div>
</div>
</div> <!-- .wrapper -->
diff --git a/templates/web/angus/maps/fms.html b/templates/web/angus/maps/fms.html
index 1516ae05e..61c56f121 100644
--- a/templates/web/angus/maps/fms.html
+++ b/templates/web/angus/maps/fms.html
@@ -1,6 +1,6 @@
[%
map_js = [
- version('/js/OpenLayers/OpenLayers.angus.js'),
+ version('/vendor/OpenLayers/OpenLayers.angus.js'),
version('/js/map-OpenLayers.js'),
version('/js/map-bing-ol.js'),
version('/js/map-fms.js'),
diff --git a/templates/web/angus/post_header_extra.html b/templates/web/angus/post_header_extra.html
index 43ba8af92..0c30e1a45 100644
--- a/templates/web/angus/post_header_extra.html
+++ b/templates/web/angus/post_header_extra.html
@@ -7,8 +7,8 @@
</div>
</div>
-<div class="wrapper wrapper__main_menu">
+<div class="clearfix 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>