Updated the code.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-09 22:48:23 -04:00
parent 00578fd21e
commit cb246a1dae
7 changed files with 858 additions and 16 deletions

View file

@ -138,9 +138,9 @@ 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> Welcome '.$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="myorders.php" ><i class="fa fa-shopping-basket" aria-hidden="true"></i>My Orders</a>
<a href="" data-toggle="modal" data-target="#profile"><i class="fa fa-user-circle" aria-hidden="true" ></i>My Profile</a>
<a href="logout.php" ><i class="fa fa-sign-in" aria-hidden="true"></i>Log out</a>