jolie beau et ajax

This commit is contained in:
Yasder5 2026-03-02 21:01:46 +01:00
parent 7475c3ce49
commit 42ec68178a
11 changed files with 242 additions and 76 deletions

View file

@ -14,7 +14,7 @@
<div class="card-body p-3 bg-light">
<div class="d-flex align-items-start gap-3">
<a href="index.php?ctrl=user&action=user&id={$objProject->getUser_id()}">
<a href="index.php?ctrl=user&action=user&pseudo={$objProject->getCreatorname()}">
<img src="{$smarty.env.IMG_USER_PATH}{if ($smarty.env.IMG_USER_PATH|cat:($objProject->getUser_image()))|file_exists}{$objProject->getUser_image()}{else}images.jpg{/if}"
class="rounded-circle flex-shrink-0 border border-2 border-white"
style="width: 64px; height: 64px; object-fit: cover; margin-top: 8px;"