diff options
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r-- | templates/web/default/header.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index ff08116a9..e6362a449 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -12,27 +12,16 @@ <meta name="mobileoptimized" content="0"> <link rel="stylesheet" href="[% version('/css/core.css') %]"> - <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/base.css') %]"> - <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]" media="(min-width:48em)"> - <!--[if (lt IE 9) & (!IEMobile)]> - <link rel="stylesheet" href="[% version('/cobrands/fixmystreet/layout.css') %]"> - <![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 %] - - [% INCLUDE 'tracking_code.html' %] - </head> <body> <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 - %]<img src="/cobrands/fixmystreet/fms-logo-flat.png" width=327 height=62 alt="[% loc('FixMyStreet') %]"> + %][% loc('FixMyStreet') %] [%- IF NOT title AND NOT c.req.path %]</h1>[% ELSE %]</a></div>[% END %] <ul id="meta"> |