Commit 963bbf79 authored by gerv%gerv.net's avatar gerv%gerv.net

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

parent a12ec8de
...@@ -1589,7 +1589,7 @@ use Template; ...@@ -1589,7 +1589,7 @@ use Template;
$::template ||= Template->new( $::template ||= Template->new(
{ {
# Colon-separated list of directories containing templates. # 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 # Remove white-space before template directives (PRE_CHOMP) and at the
# beginning and end of templates and template blocks (TRIM) for better # beginning and end of templates and template blocks (TRIM) for better
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment