public function login() { $this->layout = "tem-login"; if ($this->request->is('post')) { if ($this->Auth->login()) { return $this->redirect($this->Auth->redirect()); } $this->Session->setFlash(__("<div class='errorHandler alert alert-danger display'><i class='icon-remove-sign'></i> Đăng nhập không thành công.</div>")); } }