blob: 081ec3a12a75c5e269d060f9bbb25e01172da1fd (
plain)
1
2
3
4
5
6
7
8
|
[% PROCESS 'footer_extra_js_base.html' highways=1 cobrand_js=1 validation=1 tfl=1 %]
[%
IF bodyclass.match('mappage');
scripts.push(
version('/cobrands/hounslow/js.js'),
);
END
%]
|