From 56988d23675f167fa3661535f9f30b658576caad Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 23 Jul 2002 06:17:47 +0000 Subject: Bug 143650 - general template display system. Patch by gerv; 2xr=jouni. --- checksetup.pl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index e8d6747e8..6013bd1d5 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -523,7 +523,6 @@ LocalVar('platforms', ' - LocalVar('contenttypes', ' # # The types of content that template files can generate, indexed by file extension. @@ -538,6 +537,16 @@ $contenttypes = { +LocalVar('pages', ' +# +# A mapping from tags to template names for the general page display system, +# page.cgi. +# +%pages = ( +); +'); + + if ($newstuff ne "") { print "\nThis version of Bugzilla contains some variables that you may want\n", -- cgit v1.2.3-24-g4f1b