change visibility of class var
This commit is contained in:
parent
1fea4e1eac
commit
e7077870e3
1 changed files with 3 additions and 0 deletions
|
@ -78,6 +78,9 @@ class Template {
|
|||
* @var array
|
||||
*/
|
||||
var $tags = array('static' => '{%s}', 'start' => '<!-- BEGIN:BLOCK -->', 'end' => '<!-- END:BLOCK -->');
|
||||
|
||||
protected $_sDomain;
|
||||
protected $_encoding;
|
||||
|
||||
/**
|
||||
* Constructor function
|
||||
|
|
Loading…
Reference in a new issue