diff --git a/libs/Server/ErrorPage.php b/libs/Server/ErrorPage.php index 74439a9..5311e64 100644 --- a/libs/Server/ErrorPage.php +++ b/libs/Server/ErrorPage.php @@ -34,6 +34,7 @@ class ErrorPage extends SimplePage $page = [ 'title' => $this->title, 'content' => $this->content, + 'language' => '', ]; $template = new Template($params['templates'], $params['theme']['templates']); diff --git a/templates/layout/05_page.php b/templates/layout/05_page.php index 9703764..44b5346 100644 --- a/templates/layout/05_page.php +++ b/templates/layout/05_page.php @@ -22,8 +22,8 @@