- bugfix smarty.class and internal.security_handler

- added compile_check configuration 
- added all setter/getter methodes
This commit is contained in:
Uwe.Tews
2009-03-31 14:20:10 +00:00
parent c9bbd7e834
commit 25e4ef7fb9
13 changed files with 231 additions and 13 deletions
-4
View File
@@ -20,10 +20,6 @@ class Smarty_Internal_Debug extends Smarty_Internal_TemplateBase {
{
$this->smarty = Smarty::instance();
if (empty($this->smarty->debug_tpl)) {
// set path to debug template from SMARTY_DIR
$this->smarty->debug_tpl = SMARTY_DIR . 'debug.tpl';
}
// get template names
$i = 0;
$_template_data = array();