Example #1
0
 public function initialize()
 {
     $this->tag->setTitle($this->i18n->title_help);
     parent::initialize();
 }
 public function initialize()
 {
     $this->tag->setTitle(i18n::GetString("welcome"));
     parent::initialize();
 }