X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/75d1b506489d9709b7f136942f470fc40603d467..f8578493dc37ba43ab494d0731d2f3adb3a8eb29:/Controller/ErrorController.php diff --git a/Controller/ErrorController.php b/Controller/ErrorController.php index eb53209..b9a3188 100644 --- a/Controller/ErrorController.php +++ b/Controller/ErrorController.php @@ -23,7 +23,7 @@ class ErrorController extends DefaultController { $section = $exception->getStatusCode().' '.$this->translator->trans($exception->getStatusText()); //Set title - $title = $section.' - '.$this->translator->trans($this->config['site']['title']); + $title = $this->translator->trans($this->config['site']['title']).' - '.$section; //Set the message $message = $exception->getMessage();