htaccess fini

This commit is contained in:
Yasder5 2026-03-03 22:23:25 +01:00
parent 5071d5f2f3
commit b75ae2542a
22 changed files with 101 additions and 105 deletions

View file

@ -78,7 +78,7 @@
<!-- Avatar preview -->
<img
id="preview-avatar"
src="{if $objUser->getImage()}{$smarty.env.IMG_USER_PATH}{$objUser->getImage()}{else}assests/img/images.jpg{/if}"
src="{$smarty.env.BASE_URL}/{if $objUser->getImage()}{$smarty.env.IMG_USER_PATH}{$objUser->getImage()}{else}assests/img/images.jpg{/if}"
alt="Photo de profil"
class="rounded-circle border"
style="width:80px; height:80px; object-fit:cover;"