diff options
Diffstat (limited to 'templates/web/trinidadtobago')
-rw-r--r-- | templates/web/trinidadtobago/footer.html | 4 | ||||
-rw-r--r-- | templates/web/trinidadtobago/header_logo.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/trinidadtobago/footer.html b/templates/web/trinidadtobago/footer.html index 4ef368c0d..bace22e71 100644 --- a/templates/web/trinidadtobago/footer.html +++ b/templates/web/trinidadtobago/footer.html @@ -10,13 +10,13 @@ <div class="nav-wrapper"> <div class="nav-wrapper-2"> <div id="main-nav" role="navigation"> - <ul id="mysoc-menu"> + <ul class="nav-menu nav-menu--mysoc"> <li><a id="mysoc-logo" href="http://www.mysociety.org/">mySociety</a></li>[% %]<li><a href="http://mysociety.org/donate/">Donate</a></li>[% %]<li><a href="http://www.mysociety.org/projects/">Our Sites</a></li> </ul> - <ul id="main-menu"> + <ul class="nav-menu nav-menu--main"> <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 diff --git a/templates/web/trinidadtobago/header_logo.html b/templates/web/trinidadtobago/header_logo.html index d5da7e6b2..afc37c252 100644 --- a/templates/web/trinidadtobago/header_logo.html +++ b/templates/web/trinidadtobago/header_logo.html @@ -1 +1 @@ - <a href="[% c.config.BASE_URL %]/" id="site-logo">[% PROCESS 'site-name.html' -%]</a> + <a href="[% c.config.BASE_URL %]/" id="site-logo">[% site_name %]</a> |