diff options
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r-- | templates/web/default/header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index 431e6db65..4030b537f 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -2,13 +2,13 @@ <html lang="[% lang_code %]"> <head> - [% INCLUDE 'common_header_tags.html' %] - <style type="text/css">@import url("/css/core.css"); @import url("/css/main.css");</style> <!--[if LT IE 7]> <style type="text/css">@import url("/css/ie6.css");</style> <![endif]--> + [% INCLUDE 'common_header_tags.html' %] + [% IF c.req.uri.host == 'osm.fixmystreet.com' %] <link rel="canonical" href="http://www.fixmystreet.com[% c.req.uri.path_query %]"> [% END %] |