layout->view('maintenance'); } public function not_found($path = null) { $this->logger->http_error(404); $this->layout->assign('page', $_SERVER['REQUEST_URI']); $this->layout->assign('mail', $this->config->main->administrator_mail); $this->layout->view('404'); } } ?>