From 07f94a610c1ef871d5c636a6f9f030e084cdc7aa Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 22 Nov 2001 14:12:36 +0000 Subject: Bug 104261 - incorrect template paths. r=myk, ddk. --- Attachment.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Attachment.pm') diff --git a/Attachment.pm b/Attachment.pm index 9f46fd083..1ba194d77 100644 --- a/Attachment.pm +++ b/Attachment.pm @@ -42,7 +42,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 } -- cgit v1.2.3-24-g4f1b