diff options
author | Struan Donald <struan@exo.org.uk> | 2014-03-14 15:07:51 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-08 13:21:11 +0100 |
commit | 7d228fe7009aba30bc6ee457b41b3ca9f12bd63a (patch) | |
tree | de2f441de02a073f57169f6dbe0eeb410fa343a6 /templates | |
parent | 64f54e965254f2209488f3a7f98f0f792b852162 (diff) |
update nav bar text
Problem -> Stockout
change mysoc nav to be language changer
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zerotb/footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/zerotb/footer.html b/templates/web/zerotb/footer.html index 8b93e470e..a5e0ba7bc 100644 --- a/templates/web/zerotb/footer.html +++ b/templates/web/zerotb/footer.html @@ -7,13 +7,13 @@ <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> <ul id="mysoc-menu"> - <li><a href="http://mysociety.org/donate/">Donate</a></li>[% - %]<li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> + <li><a href="http://en.[% c.cobrand.base_host %][% c.req.uri.path_query %]">English</a></li>[% + %]<li><a href="http://hi.[% c.cobrand.base_host %][% c.req.uri.path_query %]">हिन्दी</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>[% + >[% loc("Report a Stockout") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li> </ul> |