diff options
Diffstat (limited to 'templates/web/barnet/header.html')
-rw-r--r-- | templates/web/barnet/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html index 0227ceff8..101d444a7 100644 --- a/templates/web/barnet/header.html +++ b/templates/web/barnet/header.html @@ -33,6 +33,8 @@ [% 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> + [% PROCESS 'header_extra.html' %] + </head> <body class="[% bodyclass | html IF bodyclass %]"> <div id="barnet-wrapper"> |