Fixes default avatar

main
Yasen Pramatarov 2024-09-08 14:17:08 +03:00
parent d2f4850d28
commit 84664f8b5f
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@
<p class="border rounded bg-light mb-4"><small>edit the profile fields</small></p> <p class="border rounded bg-light mb-4"><small>edit the profile fields</small></p>
<div class="col-md-4"> <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>
<div class="col-md-8"> <div class="col-md-8">