From 16e279208a564e7aff6fdffb333fd0669acee828 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 21 Sep 2024 21:03:54 -0400 Subject: [PATCH] Header routes --- app/Config/Routes.php | 2 ++ app/Views/welcome_message.php | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index fc4914a..9fc1bf7 100644 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -6,3 +6,5 @@ use CodeIgniter\Router\RouteCollection; * @var RouteCollection $routes */ $routes->get('/', 'Home::index'); +$routes->get('/about', 'Home::index'); +$routes->get('/contact', 'Home::index'); \ No newline at end of file diff --git a/app/Views/welcome_message.php b/app/Views/welcome_message.php index 3b96ca9..7d50676 100644 --- a/app/Views/welcome_message.php +++ b/app/Views/welcome_message.php @@ -50,7 +50,7 @@