controller->layoutPath = null; $this->controller->subDir = null; $this->controller->viewPath = 'Errors/'; $this->controller->viewClass = 'View'; $this->controller->layout = 'error'; $this->controller->helpers = array('Form', 'Html', 'Session'); $this->controller->render($template); $this->controller->response->type('html'); $x = $this->controller->response->body(); $this->controller->response->body(h($x)); $this->controller->response->send(); } }