From 07a3c5f24daf169a1e99050da76f37746e30d545 Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 27 Oct 2022 20:57:46 +0200 Subject: [PATCH] Fix LayoutView style --- Backend/Views/Base/LayoutView.php | 48 ++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/Backend/Views/Base/LayoutView.php b/Backend/Views/Base/LayoutView.php index b52bc9f..9fcf103 100644 --- a/Backend/Views/Base/LayoutView.php +++ b/Backend/Views/Base/LayoutView.php @@ -9,20 +9,46 @@ public function render(): void { - Title - + <?=TITLE?> @@ -39,7 +65,7 @@ public function render(): void {