]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave.
authorgerv%gerv.net <>
Sat, 20 Apr 2002 05:47:33 +0000 (05:47 +0000)
committergerv%gerv.net <>
Sat, 20 Apr 2002 05:47:33 +0000 (05:47 +0000)
globals.pl

index 32e24878f2b90dcd4efc3cfd274f409ad8f17561..2b9434738f406f8726ec9694f22ed1dcfa675400 100644 (file)
@@ -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