Example #1
0
 public function action_index()
 {
     $title = __('title.login.index');
     $this->template->title = $title;
     $this->template->content = \Hybrid\Factory::view('login/index')->render();
 }