Fixes default avatar
parent
d2f4850d28
commit
84664f8b5f
|
@ -11,7 +11,9 @@
|
|||
<p class="border rounded bg-light mb-4"><small>edit the profile fields</small></p>
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="border" style="width: 200px; height: 200px;"><img src="" alt="avatar" /></div>
|
||||
<div class="border" style="width:200px; height: 200px;">
|
||||
<img src="<?= $app_root . htmlspecialchars($avatar) ?>" width="200" height="200" alt="avatar" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-8">
|
||||
|
|
Loading…
Reference in New Issue