X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/2ef6650cb5125638bf482a78adb7edd0522eaf8a..f7265e7a07fe3e7ac3a1df26328700c7f45c1755:/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();