aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmystreet.com/about/_sidebar.html
blob: 228639986f7ac8b74e03a86c6a06e12e73dd729e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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/posters' t='FixMyStreet Goodies' %]</li>
            <li>[% INCLUDE link h='/about/house-rules' t='House Rules' %]</li>
            <li>[% INCLUDE link h='/about/privacy' t=loc('Privacy and cookies') %]</li>
            <li>[% INCLUDE link h='/contact' t=tprintf(loc("Contact %s", "%s is the site name"), site_name) %]</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 %]