Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave.

This commit is contained in:
gerv%gerv.net 2002-04-19 22:47:33 +00:00
parent 9c53042faa
commit 255a569bb5

View 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