Skip to content

Commit

Permalink
location
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu1601CS committed Nov 3, 2018
1 parent 144a5de commit fd7f279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<h3>Institute</h3>
<p class="title"><?php echo $user['institute']; ?></p>
<h3>Address</h3>
<p class="title"><?php echo $user['location']; ?></p>
<p class="title"><?php echo $user['address']; ?></p>
<p><?php echo $user['params']; ?></p>
<div style="margin: 24px 0;">
<a href="#"><i class="fa fa-dribbble"></i></a>
Expand Down

0 comments on commit fd7f279

Please sign in to comment.