Added support for hidden config vars.

This commit is contained in:
andrey
2001-10-09 16:29:10 +00:00
parent 76c862f4c0
commit fb7161d4ee
6 changed files with 47 additions and 4 deletions
+1
View File
@@ -548,6 +548,7 @@ class Smarty
if (!class_exists('Config_File'))
include_once SMARTY_DIR.'Config_File.class.php';
$this->_conf_obj = new Config_File($this->config_dir);
$this->_conf_obj->read_hidden = false;
} else
$this->_conf_obj->set_path($this->config_dir);