added list of categories in category page

This commit is contained in:
Capelier-Marla 2023-01-20 10:12:30 +01:00
parent eb8490332e
commit 441f7fad48

View File

@ -8,6 +8,10 @@ $allCategory = array(
"Sans lactose" => "sans_lactose");
?>
<?php
View::show("common/category_list");
?>
<main>
<?php
foreach ($A_view as $categoryName => $recipes) {