From 0ebbebb590572113df29906f54c2a85a58228d4e Mon Sep 17 00:00:00 2001 From: mohrt Date: Mon, 24 Jun 2002 19:07:10 +0000 Subject: [PATCH] fixed $template_dir, $compile_dir, $cache_dir, $config_dir to respect include_path --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 73b4bbf7..3c56d9ac 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ + - fixed $template_dir, $compile_dir, $cache_dir, $config_dir + to respect include_path (Monte) + - fixed warning message with output filter array (Monte) - add optional 2nd parameter to date_format, used as the default date if the passed date is empty (Monte) - gave $reset a default value in cycle plugin (Monte)