From e9e2e68bcf1b80ee4b69c3d100ad435dfe6e0d3e Mon Sep 17 00:00:00 2001 From: Loris BALOCCHI Date: Sun, 9 Jun 2024 17:07:43 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20des=20include=20header/footer.?= =?UTF-8?q?=20d=C3=A9but=20de=20login=20fonctionnel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Charpentier Juliette --- account/login.php | 0 account/login/index.php | 11 +++++------ account/login/login.php | 18 ++++++++++++++++++ account/profile/index.php | 26 ++++++++++++++++++++++++++ account/register/index.php | 29 ++++++++++++++++------------- base.html | 4 ++-- events/index.php | 4 ++-- index.php | 4 ++-- tools/dbConnect.php | 2 -- views/footer.php | 7 ++++--- views/header.php | 2 +- 11 files changed, 76 insertions(+), 31 deletions(-) delete mode 100644 account/login.php create mode 100644 account/login/login.php diff --git a/account/login.php b/account/login.php deleted file mode 100644 index e69de29..0000000 diff --git a/account/login/index.php b/account/login/index.php index ab2afde..99b6e21 100644 --- a/account/login/index.php +++ b/account/login/index.php @@ -16,21 +16,20 @@ - + diff --git a/views/header.php b/views/header.php index 4614707..74ff40b 100644 --- a/views/header.php +++ b/views/header.php @@ -6,7 +6,7 @@ -