From 9c0ad5ae77964adf0b9773e56e9b7a8200589e5e Mon Sep 17 00:00:00 2001 From: Yasder5 <102179445+Yasder5@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:29:38 +0100 Subject: [PATCH 1/2] page modification profile terminer --- app/controllers/project_controller.php | 6 ++++++ app/views/admin.php | 5 ++--- app/views/home.php | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/app/controllers/project_controller.php b/app/controllers/project_controller.php index dd455fa..ee47bad 100644 --- a/app/controllers/project_controller.php +++ b/app/controllers/project_controller.php @@ -113,4 +113,10 @@ include('../app/views/partials/footer.php'); } + + public function admin(){ + + include('../app/views/admin.php'); + + } } \ No newline at end of file diff --git a/app/views/admin.php b/app/views/admin.php index e3159b0..a4c4aed 100644 --- a/app/views/admin.php +++ b/app/views/admin.php @@ -1,4 +1,3 @@ - php
@@ -6,14 +5,14 @@