This commit is contained in:
2026-04-13 02:50:52 +02:00
parent e7ff8c5416
commit 81b39e856b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<div id="resultsGrid" class="grid grid-cols-2 md:grid-cols-4 gap-6"></div>
</div>
<?php include 'modal_template.php';?>
<?php include 'modal-template.php';?>
<script src="js/index.js"></script>
</body>
</html>
+1 -1
View File
@@ -50,7 +50,7 @@
</div>
</div>
<?php include '../modal_template.php'; // Conseil : mets le code de la modal dans un fichier à part pour l'inclure partout ?>
<?php include '../modal-template.php';?>
<script src="../js/list.js"></script>
</body>