changed default for use_sub_dirs to false

This commit is contained in:
messju
2004-02-07 20:29:20 +00:00
parent 7e6807b7e5
commit ef24ac0a3f
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -1,3 +1,4 @@
- change default for use_sub_dirs to false (messju)
- fix quoting of values in smarty_function_popup() (messju) - fix quoting of values in smarty_function_popup() (messju)
- fix handling of hidden sections in Config_File (messju) - fix handling of hidden sections in Config_File (messju)
- add handling of resources for {config_load} (messju) - add handling of resources for {config_load} (messju)

View File

@@ -307,7 +307,7 @@ class Smarty
* @var boolean * @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. * This is a list of the modifiers to apply to all template variables.