diff options
-rw-r--r-- | globals.pl | 2 |
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 |