diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-02 18:10:56 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-02 18:10:56 +0100 |
commit | c6f5184225f46d95894583d100a22045abb63f82 (patch) | |
tree | 75851f45029f1c21bd704bbf3cf6cb8bb02b7620 | |
parent | fe376eaf753ea63c09527a0ba12ceeadd3c9ae5b (diff) |
bromley -> barnet
-rw-r--r-- | templates/web/barnet/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/barnet/footer.html b/templates/web/barnet/footer.html index 9cb07245c..9114a071e 100644 --- a/templates/web/barnet/footer.html +++ b/templates/web/barnet/footer.html @@ -9,14 +9,14 @@ <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> <ul id="mysoc-menu"> - <li><a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/bromley/fms-logo.png" style="height:20px;"></a></li> + <li><a href="http://www.fixmystreet.com/">Powered by <img src="/cobrands/barnet/fms-logo.png" style="height:20px;"></a></li> </ul> <ul id="main-menu"> <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn" >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/my' %]span[% ELSE %]a href="/my"[% END %]>[% loc("Your reports") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[% - %]<li><[% IF c.req.uri.path == '/reports/Bromley' %]span[% ELSE %]a href="/reports/Bromley"[% END + %]<li><[% IF c.req.uri.path == '/reports/Bromley' %]span[% ELSE %]a href="/reports/Barnet"[% END %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[% |