aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default')
-rw-r--r--templates/web/default/header.html4
-rw-r--r--templates/web/default/maps/openlayers.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html
index 556f55523..ff08116a9 100644
--- a/templates/web/default/header.html
+++ b/templates/web/default/header.html
@@ -31,8 +31,8 @@
<div id="wrapper"><div id="wrapper2"><div id="wrapper3">
- [% IF NOT title AND NOT c.req.path %]<h1 id="header" role="banner">[% ELSE %]<div id="header" role="banner"><a href="/">[% END %]
- [%- loc('Fix<span id="my">My</span>Street') %]
+ [% IF NOT title AND NOT c.req.path %]<h1 id="header" role="banner">[% ELSE %]<div id="header" role="banner"><a href="/">[% END
+ %]<img src="/cobrands/fixmystreet/fms-logo-flat.png" width=327 height=62 alt="[% loc('FixMyStreet') %]">
[%- IF NOT title AND NOT c.req.path %]</h1>[% ELSE %]</a></div>[% END %]
<ul id="meta">
diff --git a/templates/web/default/maps/openlayers.html b/templates/web/default/maps/openlayers.html
index aab5180b6..1c0a32278 100644
--- a/templates/web/default/maps/openlayers.html
+++ b/templates/web/default/maps/openlayers.html
@@ -85,8 +85,8 @@ var fixmystreet = {
[% IF pin.id %]
<a title="[% pin.title | html %]" href="[% c.uri_for('/report/' _ pin.id) %]">
[%- END -%]
-<img border="0" class="pin" src="[% c.uri_for('/i/pin' _ cols.${pin.colour} _ '.gif') %]"
- alt="[% loc('Problem') %]" style="top:[% pin.py - 59 %]px; left:[% pin.px - 2 %]px; position: absolute;">
+<img border="0" class="pin" src="[% c.uri_for('/i/pin' _ cols.${pin.colour} _ '.png') %]"
+ alt="[% loc('Problem') %]" style="top:[% pin.py - 58 %]px; left:[% pin.px - 22 %]px; position: absolute;">
[%- IF pin.id -%]
</a>
[% END %]