summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-04-20 07:47:33 +0200
committergerv%gerv.net <>2002-04-20 07:47:33 +0200
commit963bbf79535bb4b18c7f33901154de11e62dc529 (patch)
tree72f01b23acaa960f920656176bb6bb98815d724d /globals.pl
parenta12ec8dea07e38c55593109c3afaab13a29e499d (diff)
downloadbugzilla-963bbf79535bb4b18c7f33901154de11e62dc529.tar.gz
bugzilla-963bbf79535bb4b18c7f33901154de11e62dc529.tar.xz
Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 32e24878f..2b9434738 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