From 87f87de5dba087a96bf15a64803250f1ff4673a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 14 Jan 2013 18:57:35 +0100 Subject: [PATCH] Bug 830373: Remove the unused global/help.html.tmpl template r=wicked a=LpSolit --- template/en/default/global/footer.html.tmpl | 2 -- template/en/default/global/help.html.tmpl | 20 -------------------- 2 files changed, 22 deletions(-) delete mode 100644 template/en/default/global/help.html.tmpl diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index cf6a399671..0e98d9efc4 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -11,8 +11,6 @@ # global/useful-links.html.tmpl. #%] -[% INCLUDE "global/help.html.tmpl" %] - [%# Migration note: below this point, this file corresponds to the old Param diff --git a/template/en/default/global/help.html.tmpl b/template/en/default/global/help.html.tmpl deleted file mode 100644 index 89adff7ef6..0000000000 --- a/template/en/default/global/help.html.tmpl +++ /dev/null @@ -1,20 +0,0 @@ -[%# This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - # - # This Source Code Form is "Incompatible With Secondary Licenses", as - # defined by the Mozilla Public License, v. 2.0. - #%] - -[% USE Bugzilla %] -[% cgi = Bugzilla.cgi %] - -[% IF cgi.param("help") %] - -[% END %] -- 2.47.2