summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/components.html.tmpl4
-rw-r--r--template/en/default/reports/duplicates.html.tmpl4
-rw-r--r--template/en/default/reports/keywords.html.tmpl4
3 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl
index 0241d3909..9f275eda7 100644
--- a/template/en/default/reports/components.html.tmpl
+++ b/template/en/default/reports/components.html.tmpl
@@ -20,7 +20,7 @@
#%]
[% filtered_product = product FILTER html %]
-[% INCLUDE global/header.html.tmpl
+[% PROCESS global/header.html.tmpl
title = "Components for $product"
h2 = filtered_product %]
@@ -53,7 +53,7 @@
</table>
[% END %]
-[% INCLUDE global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]
[%############################################################################%]
[%# BLOCK for components %]
diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl
index f442bd54f..48c2bc796 100644
--- a/template/en/default/reports/duplicates.html.tmpl
+++ b/template/en/default/reports/duplicates.html.tmpl
@@ -48,7 +48,7 @@
[% title = "Most Frequently Reported Bugs" %]
[% END%]
-[% INCLUDE global/header.html.tmpl %]
+[% PROCESS global/header.html.tmpl %]
<p>
<a href="#explanation">What is this data?</a>
@@ -273,4 +273,4 @@
</ul>
</ul>
-[% INCLUDE global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl
index 17d623e4e..28f684f46 100644
--- a/template/en/default/reports/keywords.html.tmpl
+++ b/template/en/default/reports/keywords.html.tmpl
@@ -27,7 +27,7 @@
# caneditkeywords: boolean. True if this user can edit keywords
%]
-[% INCLUDE global/header.html.tmpl
+[% PROCESS global/header.html.tmpl
title = "Bugzilla Keyword Descriptions"
%]
@@ -72,4 +72,4 @@
</p>
[% END %]
-[% INCLUDE global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]