diff options
-rw-r--r-- | templates/web/barnet/header.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html index 37d63a777..87e869d29 100644 --- a/templates/web/barnet/header.html +++ b/templates/web/barnet/header.html @@ -23,16 +23,15 @@ <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="[% version('/cobrands/barnet/layout.css') %]"> <![endif]--> - - <script src="[% version('/js/modernizr.custom.76759.js') %]" charset="utf-8"></script> - <script src="[% version('/cobrands/barnet/position_map.js') %]" charset="utf-8"></script> - [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] - <script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script> <link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]" media="(min-width:48em)"> <!--[if (lt IE 9) & (!IEMobile)]> <link rel="stylesheet" href="[% version('/cobrands/barnet/barnet.css') %]"> <![endif]--> + <script src="[% version('/js/modernizr.custom.76759.js') %]" charset="utf-8"></script> + <script src="[% version('/cobrands/barnet/position_map.js') %]" charset="utf-8"></script> + [% INCLUDE 'common_header_tags.html', js_override = '/cobrands/fixmystreet/fixmystreet.js' %] + <script src="[% version('/js/fancybox/jquery.fancybox-1.3.4.pack.js') %]" charset="utf-8"></script> </head> <body class="[% bodyclass | html IF bodyclass %]"> |