Fixed the registration.
This commit is contained in:
parent
4551398c05
commit
1897a3eaad
5 changed files with 16 additions and 66 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue