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 c9dacca10..0241d3909 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
+[% INCLUDE global/header.html.tmpl
title = "Components for $product"
h2 = filtered_product %]
@@ -53,7 +53,7 @@
</table>
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE 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 1d2e1cbb8..f442bd54f 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 %]
+[% INCLUDE global/header.html.tmpl %]
<p>
<a href="#explanation">What is this data?</a>
@@ -273,4 +273,4 @@
</ul>
</ul>
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]
diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl
index 1769df85d..17d623e4e 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
+[% INCLUDE global/header.html.tmpl
title = "Bugzilla Keyword Descriptions"
%]
@@ -72,4 +72,4 @@
</p>
[% END %]
-[% INCLUDE global/footer %]
+[% INCLUDE global/footer.html.tmpl %]