X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/2ef6650cb5125638bf482a78adb7edd0522eaf8a..bd16cca32dea4c86fcec8df5292f53c4e3f1c45d:/Controller/ErrorController.php?ds=sidebyside

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();