From 255a569bb5f5213e99f2e1241444c581d955baf9 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" Date: Fri, 19 Apr 2002 22:47:33 +0000 Subject: [PATCH] Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave. --- webtools/bugzilla/globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/globals.pl b/webtools/bugzilla/globals.pl index 32e24878f2b9..2b9434738f40 100644 --- a/webtools/bugzilla/globals.pl +++ b/webtools/bugzilla/globals.pl @@ -1589,7 +1589,7 @@ use Template; $::template ||= Template->new( { # Colon-separated list of directories containing templates. - INCLUDE_PATH => "template/custom:template/default" , + INCLUDE_PATH => "template/custom:template/default:template/en/custom:template/en/default" , # Remove white-space before template directives (PRE_CHOMP) and at the # beginning and end of templates and template blocks (TRIM) for better