- improve template scope handling

This commit is contained in:
uwetews
2015-10-29 22:17:35 +01:00
parent a0f583078d
commit 55f38125a4
17 changed files with 262 additions and 323 deletions
-7
View File
@@ -37,13 +37,6 @@ class Smarty_Data extends Smarty_Internal_Data
* @var Smarty
*/
public $smarty = null;
/**
* This object type (Smarty = 1, template = 2, data = 4)
*
* @var int
*/
public $_objType = 4;
/**
* create Smarty data object