diff options
Diffstat (limited to 'templates/web/base')
-rw-r--r-- | templates/web/base/common_header_tags.html | 2 | ||||
-rw-r--r-- | templates/web/base/header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/common_header_tags.html b/templates/web/base/common_header_tags.html index ca087fc86..77c28232b 100644 --- a/templates/web/base/common_header_tags.html +++ b/templates/web/base/common_header_tags.html @@ -5,6 +5,7 @@ <meta name="cobrand" content="[% c.cobrand.moniker %]"> +<script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> <script type="text/javascript" src="[% start %]/js/translation_strings.[% lang_code %].js?[% Math.int( date.now / 3600 ) %]"></script> <script type="text/javascript" src="[% version('/jslib/jquery-1.7.2.min.js') %]"></script> @@ -30,6 +31,7 @@ [% END %] [% map_js %] +[% extra_js %] [% IF robots %] <meta name="robots" content="[% robots %]"> diff --git a/templates/web/base/header.html b/templates/web/base/header.html index b57f5d50f..c11e78b47 100644 --- a/templates/web/base/header.html +++ b/templates/web/base/header.html @@ -31,9 +31,7 @@ <link rel="stylesheet" href="[% version('/cobrands/' _ css_dir _ '/layout.css') %]"> <![endif]--> - <script src="[% version('/js/modernizr.custom.js') %]" charset="utf-8"></script> [% INCLUDE 'common_header_tags.html' %] - [% extra_js %] [% IF c.req.uri.host == 'osm.fixmystreet.com' %] <link rel="canonical" href="https://www.fixmystreet.com[% c.req.uri.path_query %]"> |