From 2993b707e835af3ae759da749370b8ba9755ef1b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 10 May 2025 23:44:31 +0500 Subject: feat: signout button --- public/account/signout.php | 16 ++++++++++++++++ public/static/img/icons/door_out.png | Bin 0 -> 688 bytes public/static/style.css | 4 ++++ src/partials.php | 35 +++++++++++++++++++---------------- 4 files changed, 39 insertions(+), 16 deletions(-) create mode 100644 public/account/signout.php create mode 100644 public/static/img/icons/door_out.png diff --git a/public/account/signout.php b/public/account/signout.php new file mode 100644 index 0000000..f971d4a --- /dev/null +++ b/public/account/signout.php @@ -0,0 +1,16 @@ + - '; - echo 'Signed in as ' . $_SESSION["user_name"] . ' '; - echo ''; - echo ''; - } - ?> + +
+ " class="flex items-bottom small-gap"> + Signed in as + '; + ?> + + + [ Log out ] + +
+