aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/angus/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/angus/footer.html')
-rw-r--r--templates/web/angus/footer.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/web/angus/footer.html b/templates/web/angus/footer.html
new file mode 100644
index 000000000..a09c7ce2f
--- /dev/null
+++ b/templates/web/angus/footer.html
@@ -0,0 +1,27 @@
+ </div><!-- .content role=main -->
+ </div><!-- .container -->
+ </div><!-- .table-cell -->
+
+ <div class="nav-wrapper">
+ <div class="nav-wrapper-2">
+ <div id="main-nav" role="navigation">
+ [% INCLUDE 'main_menu.html' extra_class = 'nav-menu--main' %]
+ </div>
+ </div>
+ </div>
+
+<!-- [% INCLUDE 'debug_footer.html' %] -->
+ </div> <!-- .wrapper -->
+
+ [% IF pagefooter %]
+ <div class="angus_footer">
+ <footer role="contentinfo">
+ [% INCLUDE 'front/footer-marketing.html' %]
+ </footer>
+ </div>
+ [% END %]
+
+ [% TRY %][% PROCESS 'footer_extra.html' %][% CATCH file %][% END %]
+
+</body>
+</html>