Fixed the registration.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-08 16:35:17 -04:00
parent 4551398c05
commit 1897a3eaad
5 changed files with 16 additions and 66 deletions

View file

@ -138,7 +138,7 @@ session_start();
echo '
<div class="dropdownn">
<a href="#" class="dropdownn" data-toggle="modal" data-target="#myModal" ><i class="fa fa-user-o"></i> HI '.$row["first_name"].'</a>
<a href="#" class="dropdownn" data-toggle="modal" data-target="#myModal" ><i class="fa fa-user-o"></i> Hi '.$row["first_name"].'</a>
<div class="dropdownn-content">
<a href="myorders.php" ><i class="fa fa-shopping-basket" aria-hidden="true"></i>My Order</a>
<a href="" data-toggle="modal" data-target="#profile"><i class="fa fa-user-circle" aria-hidden="true" ></i>My Profile</a>