Bug 104261 - incorrect template paths. r=myk, ddk.
git-svn-id: svn://10.0.0.236/trunk@108799 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -45,7 +45,7 @@ use Template;
|
||||
my $template = Template->new(
|
||||
{
|
||||
# Colon-separated list of directories containing templates.
|
||||
INCLUDE_PATH => "template/default" ,
|
||||
INCLUDE_PATH => "template/custom:template/default" ,
|
||||
# Allow templates to be specified with relative paths.
|
||||
RELATIVE => 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user