mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
- optimize internal subtemplate handling
This commit is contained in:
@@ -70,13 +70,6 @@ class Smarty_Internal_Template extends Smarty_Internal_TemplateBase
|
||||
*/
|
||||
public $tpl_function = array();
|
||||
|
||||
/**
|
||||
* Template is inheritance child template
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public $isChild = false;
|
||||
|
||||
/**
|
||||
* Create template data object
|
||||
* Some of the global Smarty settings copied to template scope
|
||||
|
Reference in New Issue
Block a user