From ef24ac0a3fe15c2c038b4411c8c0c02802a1c843 Mon Sep 17 00:00:00 2001 From: messju Date: Sat, 7 Feb 2004 20:29:20 +0000 Subject: [PATCH] changed default for use_sub_dirs to false --- NEWS | 1 + libs/Smarty.class.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0db319bb..0294483b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ + - change default for use_sub_dirs to false (messju) - fix quoting of values in smarty_function_popup() (messju) - fix handling of hidden sections in Config_File (messju) - add handling of resources for {config_load} (messju) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 86bb9436..39e0230f 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -307,7 +307,7 @@ class Smarty * @var boolean * */ - var $use_sub_dirs = true; + var $use_sub_dirs = false; /** * This is a list of the modifiers to apply to all template variables.