From a9c7821e812d30edd670ee786795fc076c725230 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 27 Oct 2018 17:03:36 -0400 Subject: Center text on incomplete pages Signed-off-by: Malf Furious --- app/view/administration.php | 2 +- app/view/dashboard.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/view/administration.php b/app/view/administration.php index 0d2089e..e5af14a 100644 --- a/app/view/administration.php +++ b/app/view/administration.php @@ -28,7 +28,7 @@ require_once "view/stdpage.php";
-
+
Welcome to the admin panel. There is no content yet.
diff --git a/app/view/dashboard.php b/app/view/dashboard.php index 839a9bb..7b34e9f 100644 --- a/app/view/dashboard.php +++ b/app/view/dashboard.php @@ -28,7 +28,7 @@ require_once "view/stdpage.php";
-
+
Welcome to the dashboard. There is no content yet.
-- cgit v1.2.3