[% SET html_att = ' lang="' _ lang_code _ '"'; # For a right-to-left language, use the following line in your own header: # SET html_att = html_att _ ' dir="rtl"'; -%]
[% INCLUDE 'header_opengraph.html' %] [% # For clarity, the 'fixmystreet' moniker (for fixmystreet.com) puts # it stylesheets under fixmystreet.com IF c.cobrand.moniker == 'fixmystreet'; SET css_dir = 'fixmystreet.com'; ELSE; SET css_dir = c.cobrand.moniker; END %] [% extra_css %] [% INCLUDE 'common_header_tags.html' %] [% IF c.req.uri.host == 'osm.fixmystreet.com' %] [% END %] [% TRY %][% PROCESS 'header_extra.html' %][% CATCH file %][% END %] [% TRY %][% PROCESS 'set_body_class.html' %][% CATCH file %][% END %]