X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c1d5250cc8decea1ad3243757667206a88a88235..9e88dc067a8696fea34c3a296eb679cdb8c0d1af:/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();