From 524860df1f953854dbb8721a36c398e8a3eaeb8d Mon Sep 17 00:00:00 2001 From: Philip Guzman III Date: Tue, 15 Sep 2026 10:35:27 -0700 Subject: [PATCH] Add site header to login/register pages, link confirmation message to sign-in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit login.php and register.php were standalone pages with no way back to the rest of the site — reusing the same sticky pub-nav header already used on index.php and profile.php (brand link + Sign In/Get Started), restructured each page's centered login-box inside a .login-page wrapper so the nav can sit above it instead of getting pulled into the centering flexbox. Also: the "check your email to confirm" message after registering had no way forward once you'd actually confirmed — added a "sign in here" link. Co-Authored-By: Claude Sonnet 5 --- login.php | 13 ++++++++++++- register.php | 14 +++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/login.php b/login.php index 814b7d4..41da3ea 100644 --- a/login.php +++ b/login.php @@ -61,9 +61,19 @@ $reset_msg = isset($_GET['reset']) ? 'Password reset successfully. Pleas Login — <?= htmlspecialchars(get_setting('site_name', APP_NAME)) ?> + - + + + + + + diff --git a/register.php b/register.php index c88355a..99ea77f 100644 --- a/register.php +++ b/register.php @@ -131,12 +131,22 @@ if (!$success) { Register — <?= htmlspecialchars(get_setting('site_name', APP_NAME)) ?> + - + + + + +