page modification profile terminer

This commit is contained in:
Yasder5 2026-01-27 19:29:38 +01:00
parent c8c9bbdb87
commit 9c0ad5ae77
3 changed files with 9 additions and 4 deletions

View file

@ -10,7 +10,7 @@
<h2 class="visually-hidden">Les 4 derniers articles</h2>
<div class="row mb-2">
<?php
foreach($arrProjectToDiplay as $objProject){
foreach($arrProjectToDisplay as $objProject){
include("../app/views/partials/preview.php");
}
?>