changement methode dans le project entity pour mieux faire marcher l'ajout de projet et personalisation encore meilleur du header
This commit is contained in:
parent
e2e55e669e
commit
e486091c28
51 changed files with 63 additions and 4634 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<!-- Sidebar : informations du créateur -->
|
||||
<div class="col-lg-4">
|
||||
<div class="card text-center shadow-sm p-4">
|
||||
<a href="index.php?ctrl=user&action=user&id={$objProject->getUser()}" class="text-decoration-none text-dark">
|
||||
<a href="index.php?ctrl=user&action=user&id={$objProject->getUser_id()}" class="text-decoration-none text-dark">
|
||||
<img src="{$objProject->getUser_image()}"
|
||||
class="rounded-circle mb-3 mx-auto"
|
||||
style="width:100px;height:100px;object-fit:cover;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue