From 15867f6fdb54640b0f1a611d87ff2226cba1a6ab Mon Sep 17 00:00:00 2001 From: totoW <anthony.weiss1910@gmail.com> Date: Thu, 11 Jan 2024 13:39:43 +0100 Subject: [PATCH] Replaced the index file, and added the link to the shopping cart image so that it works as intended --- index.php => startbootstrap-agency-gh-pages/index.php | 2 +- startbootstrap-agency-gh-pages/shoppingPage.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename index.php => startbootstrap-agency-gh-pages/index.php (99%) diff --git a/index.php b/startbootstrap-agency-gh-pages/index.php similarity index 99% rename from index.php rename to startbootstrap-agency-gh-pages/index.php index fdecfd4..3b56a43 100644 --- a/index.php +++ b/startbootstrap-agency-gh-pages/index.php @@ -72,7 +72,7 @@ echo "Hello Mr./Ms. ".explode('@',$_SESSION["username"])[0].", you were last onl <i class="fas fa-bars ms-1"></i> </button> <div class="collapse navbar-collapse" id="navbarResponsive"> - <i class="fa-solid fa-cart-shopping"></i> + <a href="shoppingPage.php"><i class="fa-solid fa-cart-shopping"></i></a> <style> .fa-cart-shopping{ color: white; diff --git a/startbootstrap-agency-gh-pages/shoppingPage.php b/startbootstrap-agency-gh-pages/shoppingPage.php index f7bc414..f1ece7f 100644 --- a/startbootstrap-agency-gh-pages/shoppingPage.php +++ b/startbootstrap-agency-gh-pages/shoppingPage.php @@ -28,7 +28,7 @@ <i class="fas fa-bars ms-1"></i> </button> <div class="collapse navbar-collapse" id="navbarResponsive"> - <i class="fa-solid fa-chevron-left"></i> + <a href="index.php"><i class="fa-solid fa-chevron-left"></i></a> <style> .fa-chevron-left{ color: white; -- GitLab