mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
changed default for use_sub_dirs to false
This commit is contained in:
1
NEWS
1
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)
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user