/**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->tpl->setTitle($this->pl->txt('my_certificates'));
     $this->updateStatusFromDraftToNew();
 }
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->tpl->setTitle($this->pl->txt('administrate_certificates'));
 }