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

@ -127,7 +127,7 @@
<?php
}
foreach($arrProjectToDisplay as $objProject){
include("../app/views/partials/project.php");
include("../app/views/partials/preview.php");
} ?>
</div>
</section>