From: gerv%gerv.net <> Date: Sat, 20 Apr 2002 05:47:33 +0000 (+0000) Subject: Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave. X-Git-Tag: bugzilla-2.16rc1~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963bbf79535bb4b18c7f33901154de11e62dc529;p=thirdparty%2Fbugzilla.git Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave. --- diff --git a/globals.pl b/globals.pl index 32e24878f2..2b9434738f 100644 --- a/globals.pl +++ b/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