diff options
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r-- | templates/web/default/header.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index cfe4911a0..5290ffc41 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -8,6 +8,8 @@ <link rel="stylesheet" type="text/css" href="/css/ie6.css"> <![endif]--> + [% INCLUDE 'js_validation_msgs.html' %] + [% INCLUDE 'common_header_tags.html' %] [% IF c.req.uri.host == 'osm.fixmystreet.com' %] @@ -15,6 +17,7 @@ [% END %] [% INCLUDE 'tracking_code.html' %] + </head> <body> |