From 95f1d2d0b678039cf42476323ce5f865bc74ed84 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Sat, 11 Jun 2016 13:53:12 +0200 Subject: Fix faq width and contact link for FiksGataMi --- templates/web/fiksgatami/about/_sidebar.html | 15 +++++++++++++++ templates/web/fiksgatami/about/faq-nb.html | 4 +++- templates/web/fiksgatami/about/faq-nn.html | 4 +++- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 templates/web/fiksgatami/about/_sidebar.html diff --git a/templates/web/fiksgatami/about/_sidebar.html b/templates/web/fiksgatami/about/_sidebar.html new file mode 100644 index 000000000..0a21454f5 --- /dev/null +++ b/templates/web/fiksgatami/about/_sidebar.html @@ -0,0 +1,15 @@ + + +[% BLOCK link -%] +<[% IF c.req.uri.path == h %]strong[% ELSE %]a href="[% h %]"[% END %]> +[%- t -%] + +[%- END %] diff --git a/templates/web/fiksgatami/about/faq-nb.html b/templates/web/fiksgatami/about/faq-nb.html index da35cb03c..05a48f02b 100644 --- a/templates/web/fiksgatami/about/faq-nb.html +++ b/templates/web/fiksgatami/about/faq-nb.html @@ -1,4 +1,6 @@ -[% INCLUDE 'header.html', title => loc('Frequently Asked Questions') %] +[% INCLUDE 'header.html', title => loc('Frequently Asked Questions'), bodyclass = 'twothirdswidthpage' %] + +[% INCLUDE 'about/_sidebar.html' %]

Ofte stilte spørsmål

diff --git a/templates/web/fiksgatami/about/faq-nn.html b/templates/web/fiksgatami/about/faq-nn.html index 161cfbea5..af0f5af75 100644 --- a/templates/web/fiksgatami/about/faq-nn.html +++ b/templates/web/fiksgatami/about/faq-nn.html @@ -1,4 +1,6 @@ -[% INCLUDE 'header.html', title => loc('Frequently Asked Questions') %] +[% INCLUDE 'header.html', title => loc('Frequently Asked Questions'), bodyclass = 'twothirdswidthpage' %] + +[% INCLUDE 'about/_sidebar.html' %]

Ofte stilte spurnader

-- cgit v1.2.3