From cdc26a69674ea7a3413efce2f8d4e3225c6ab76e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 4 Apr 2018 22:18:58 -0400 Subject: render bugzilla templates using mojo --- template/en/default/global/header.html.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template') diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 153137394..b286830fc 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -97,6 +97,10 @@ [% IF Param('utf8') %] [% END %] + [% USE Bugzilla %] + [% IF Bugzilla.usage_mode == constants.USAGE_MODE_MOJO %] + + [% END %] [% IF Bugzilla.cgi.should_block_referrer %] -- cgit v1.2.3-24-g4f1b