From 8bcf5c055de1326e4349f5fc810edb33e8c9338b Mon Sep 17 00:00:00 2001 From: Suvodip Date: Wed, 19 Mar 2025 17:46:05 +0530 Subject: [PATCH] s11 --- .hta_slug/_home.php | 9 ++++++++- .hta_slug/_nav.php | 22 ++++++++++++---------- .hta_slug/contact-us.php | 4 ++-- .hta_slug/login.php | 6 +++--- admin/.hta_slug/stat.php | 8 ++++---- assets/logo_dark.png | Bin 0 -> 315886 bytes customers/.hta_slug/list.php | 10 +++++----- customers/.hta_slug/new.php | 4 ++-- customers/.hta_slug/print-invoice.php | 12 +++++++----- favicon.ico | Bin 0 -> 3774 bytes my-account/.hta_slug/_home.php | 16 +++++++++------- my-account/.hta_slug/emi-details.php | 2 +- my-account/.hta_slug/print-invoice.php | 8 +++++--- 13 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 assets/logo_dark.png create mode 100644 favicon.ico diff --git a/.hta_slug/_home.php b/.hta_slug/_home.php index fbcb2e8..c6d1e17 100644 --- a/.hta_slug/_home.php +++ b/.hta_slug/_home.php @@ -1,5 +1,12 @@
-

Welcome:

+ Welcome: ' . $_SESSION['userName'] . ''; + } else{ + // echo 'Click here to login'; + } + + ?>
+