/**
  * TemplatePower::TemplatePower()
  *
  * @param $tpl_file
  * @param $type
  * @return
  *
  * @access public
  */
 public function TemplatePower($tpl_file = '', $type = T_BYFILE)
 {
     parent::__contruct($tpl_file, $type);
     $this->prepared = false;
     $this->showUnAssigned = false;
     $this->serialized = false;
     //added: 26 April 2002
 }