diff --git a/setup/lib/class.template.php b/setup/lib/class.template.php index 8e587d1..d57b243 100644 --- a/setup/lib/class.template.php +++ b/setup/lib/class.template.php @@ -78,6 +78,9 @@ class Template { * @var array */ var $tags = array('static' => '{%s}', 'start' => '', 'end' => ''); + + protected $_sDomain; + protected $_encoding; /** * Constructor function