diff options
author | Struan Donald <struan@exo.org.uk> | 2014-03-14 15:06:20 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-04-08 13:21:10 +0100 |
commit | e90cc2785ed1d2ee4b5a107337f9100f3815b884 (patch) | |
tree | 1d3b712aca99c3f51301a9b36a7e4ce585f685b6 /templates | |
parent | 8c65dc95a9551419a10a63944fea803db6b7d73c (diff) |
change site logo and add css for this
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zerotb/header_logo.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/zerotb/header_logo.html b/templates/web/zerotb/header_logo.html new file mode 100644 index 000000000..bcc690d97 --- /dev/null +++ b/templates/web/zerotb/header_logo.html @@ -0,0 +1,6 @@ + <div id="site-logo"> + <p><a href="/">[% loc('<span class="orange">Report</span> Delhi TB drug <b>stockouts</b>') %]</a></p> + [% IF c.req.uri.path == '/' %] + <p id="brought-to-you">Brought to you by <a href="http://www.fixmystreet.org" id="fms-logo-small">FixMyStreet</a></p> + [% END %] + </div> |