Skip to content
Snippets Groups Projects
Commit 38b86e73 authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files
parents 41b9b5a3 e071f948
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
...@@ -34,9 +34,7 @@ ...@@ -34,9 +34,7 @@
<div class="edit_profile_button"><a href=<?php echo 'edit_profile.php?id='.$user_id; ?>>✎</a></div> <div class="edit_profile_button"><a href=<?php echo 'edit_profile.php?id='.$user_id; ?>>✎</a></div>
</div> </div>
<div class="profile_info_container"> <div class="profile_info_container">
<div class="profile_pict_frame"> <img class="profile_pict_frame" id="profile_pict" src="../img/default_profile.jpeg">
<img id="profile_pict" src="../img/default_profile.jpeg">
</div>
<div class="profile_data_container"> <div class="profile_data_container">
<?php <?php
echo "<div class='username_display'><strong>".$row['username']."</strong></div>"; echo "<div class='username_display'><strong>".$row['username']."</strong></div>";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment