-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsidebar.php
19 lines (14 loc) · 1017 Bytes
/
sidebar.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div class="col-sm-3 ">
<div class="sidebar padding">
<div class='well'>
<img src='ll' class='img-circle' alt="Profile Picture">
<div ><?php echo "<div>Hello "."<span class=header>".ucwords($row['name'])."</span>"."</div>"; ?></div>
</div>
<a href="profile.php"><div class="well header">Profile Information</div></a>
<a href="manage_address.php"><div class="well header">Manage Address</div></a>
<a href="favorite.php"><div class="well header">Favorite</div></a>
<a href="support.php"><div class="well header">Support</div></a>
<a href="cart.php"><div class="well header">View cart</div></a>
<a href="my_order.php"><div class="well header">My Orders</div></a>
</div>
</div>