summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/header.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/process/header.html.tmpl')
-rw-r--r--template/en/default/bug/process/header.html.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/bug/process/header.html.tmpl b/template/en/default/bug/process/header.html.tmpl
index 6b608b9ed..8c0825ef8 100644
--- a/template/en/default/bug/process/header.html.tmpl
+++ b/template/en/default/bug/process/header.html.tmpl
@@ -26,7 +26,12 @@
[% USE Bugzilla %]
-[% PROCESS "bug/show-header.html.tmpl" %]
+[%# BMO: allow experimental UIs to replace show-header %]
+[% IF alt_ui_header %]
+ [% PROCESS $alt_ui_header %]
+[% ELSE %]
+ [% PROCESS "bug/show-header.html.tmpl" %]
+[% END %]
[% IF title_tag == "bug_processed" %]
[% title = BLOCK %]