diff options
-rw-r--r-- | templates/web/buckinghamshire/about/_sidebar.html | 14 | ||||
-rwxr-xr-x | templates/web/buckinghamshire/about/faq-en-gb.html | 5 |
2 files changed, 15 insertions, 4 deletions
diff --git a/templates/web/buckinghamshire/about/_sidebar.html b/templates/web/buckinghamshire/about/_sidebar.html new file mode 100644 index 000000000..67651188d --- /dev/null +++ b/templates/web/buckinghamshire/about/_sidebar.html @@ -0,0 +1,14 @@ +<div class="sticky-sidebar"> + <aside> + <ul class="plain-list"> + <li>[% INCLUDE link h='/faq' t=loc('Frequently Asked Questions') %]</li> + <li>[% INCLUDE link h='/about/privacy' t=loc('Privacy and cookies') %]</li> + </ul> + </aside> +</div> + +[% BLOCK link -%] +<[% IF c.req.uri.path == h %]strong[% ELSE %]a href="[% h %]"[% END %]> +[%- t -%] +</[% IF c.req.uri.path == h %]strong[% ELSE %]a[% END %]> +[%- END %] diff --git a/templates/web/buckinghamshire/about/faq-en-gb.html b/templates/web/buckinghamshire/about/faq-en-gb.html index 54aaa4fcd..c703b556a 100755 --- a/templates/web/buckinghamshire/about/faq-en-gb.html +++ b/templates/web/buckinghamshire/about/faq-en-gb.html @@ -11,14 +11,11 @@ Buckinghamshire County Council, and view, or discuss local issues they’ve found, by simply locating them on a map.</dd> - <dt>How do I get in touch with FixMyStreet?</dt> - <dd>Here’s our <a href="/contact">contact page</a>.</dd> - <dt>What sort of problems should I report with FixMyStreet?</dt> <dd>FixMyStreet Bucks is primarily for reporting things which are <strong>broken or damaged or dumped, and need fixing, or clearing</strong>, such as: <ul> - <li>Flodding + <li>Flooding <li>Grit bins <li>Rubbish or flytipping <li>Potholes |