Updated the code.
This commit is contained in:
parent
00578fd21e
commit
cb246a1dae
7 changed files with 858 additions and 16 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue