diff options
author | Marius Halden <marius.h@lden.org> | 2016-06-11 14:00:01 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-12-15 13:31:16 +0100 |
commit | 04ba407595cbb2745d5de6522b6a351343384106 (patch) | |
tree | 6aa344167e54e25f1c6dbe70109914f2ad387c61 | |
parent | fb0090820ff34c4f8bffd5bae4a634c8b6a1bc19 (diff) |
Fix faq footer for FikGataMi
-rw-r--r-- | templates/web/fiksgatami/about/faq-nb.html | 2 | ||||
-rw-r--r-- | templates/web/fiksgatami/about/faq-nn.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fiksgatami/about/faq-nb.html b/templates/web/fiksgatami/about/faq-nb.html index 05a48f02b..3ce0ef12e 100644 --- a/templates/web/fiksgatami/about/faq-nb.html +++ b/templates/web/fiksgatami/about/faq-nb.html @@ -161,4 +161,4 @@ </dl> -[% INCLUDE 'footer.html' %] +[% INCLUDE 'footer.html', pagefooter = 'yes' %] diff --git a/templates/web/fiksgatami/about/faq-nn.html b/templates/web/fiksgatami/about/faq-nn.html index af0f5af75..df7ff5e40 100644 --- a/templates/web/fiksgatami/about/faq-nn.html +++ b/templates/web/fiksgatami/about/faq-nn.html @@ -162,4 +162,4 @@ </dl> -[% INCLUDE 'footer.html' %] +[% INCLUDE 'footer.html', pagefooter = 'yes' %] |