Skip to content
Snippets Groups Projects

OneHundred - 13515005 - Husnulzaki Wibisono Haryadi

Viewing commit 38b86e73
Show latest version
1 file
+ 1
3
Preferences
Compare changes
+ 1
3
@@ -34,9 +34,7 @@
<div class="edit_profile_button"><a href=<?php echo 'edit_profile.php?id='.$user_id; ?>>✎</a></div>
</div>
<div class="profile_info_container">
<div class="profile_pict_frame">
<img id="profile_pict" src="../img/default_profile.jpeg">
</div>
<img class="profile_pict_frame" id="profile_pict" src="../img/default_profile.jpeg">
<div class="profile_data_container">
<?php
echo "<div class='username_display'><strong>".$row['username']."</strong></div>";