First commit
This commit is contained in:
9
controleur/afficherLivres.php
Normal file
9
controleur/afficherLivres.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
require("../modele/livres.php");
|
||||
|
||||
$livres = getLivres();
|
||||
|
||||
include("../vue/header.php");
|
||||
include("../vue/bibliotheque.php");
|
||||
include("../vue/footer.php");
|
||||
?>
|
Reference in New Issue
Block a user