From a584bf73b6d64dad98f150caba0f25e790cde010 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 9 Apr 2023 04:50:17 +0300 Subject: user registration and login scenarios --- html/app/views/error/general.php | 18 +++++++++++++++--- html/app/views/user/login.php | 28 ++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 3 deletions(-) (limited to 'html/app/views') diff --git a/html/app/views/error/general.php b/html/app/views/error/general.php index 84cc4d9..257e68d 100644 --- a/html/app/views/error/general.php +++ b/html/app/views/error/general.php @@ -1,8 +1,20 @@ - + - 404: Not Found + + <?= isset($title) + ? (SITE_TITLE .": ". $title) + : PAGE_404_TITLE + ?> +