summaryrefslogtreecommitdiffstats
path: root/template/default/global/message.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/global/message.html.tmpl')
-rw-r--r--template/default/global/message.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/global/message.html.tmpl b/template/default/global/message.html.tmpl
index 03253242a..912e9f322 100644
--- a/template/default/global/message.html.tmpl
+++ b/template/default/global/message.html.tmpl
@@ -1,6 +1,6 @@
[% DEFAULT title = "Bugzilla Message" %]
-[% INCLUDE global/header title=title %]
+[% PROCESS global/header %]
[%# The "header" template automatically displays the contents of a "message"
variable if it finds one, so it is not necessary to display the message
@@ -13,4 +13,4 @@
</p>
[% END %]
-[% INCLUDE global/footer %]
+[% PROCESS global/footer %]