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:
gerv%gerv.net
2001-11-22 06:12:36 +00:00
parent e3719284dd
commit 401144e72a
4 changed files with 4 additions and 4 deletions

View File

@@ -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
}