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