15 lines
268 B
PHP
15 lines
268 B
PHP
<img src="static/img/bandeau.jpg" alt="Cook">
|
|
|
|
<main>
|
|
<section>
|
|
<h1> Nos idées recettes: </h1>
|
|
<?php
|
|
foreach ($A_view as $recipe){
|
|
View::show("common/recipe", $recipe);
|
|
}
|
|
?>
|
|
</section>
|
|
</main>
|
|
|
|
|