page project.php et rename en preview.php

This commit is contained in:
laura.chevillet 2026-01-16 11:50:13 +01:00
parent 909015f0fa
commit 63da2a35b5
4 changed files with 36 additions and 2 deletions

View file

@ -11,7 +11,7 @@
<div class="row mb-2">
<?php
foreach($arrProjectToDiplay as $objProject){
include("../app/views/partials/project.php");
include("../app/views/partials/preview.php");
}
?>
</section>