page project.php et rename en preview.php
This commit is contained in:
parent
909015f0fa
commit
63da2a35b5
4 changed files with 36 additions and 2 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue