added list of categories in category page
This commit is contained in:
parent
eb8490332e
commit
441f7fad48
@ -8,6 +8,10 @@ $allCategory = array(
|
|||||||
"Sans lactose" => "sans_lactose");
|
"Sans lactose" => "sans_lactose");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
View::show("common/category_list");
|
||||||
|
?>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<?php
|
<?php
|
||||||
foreach ($A_view as $categoryName => $recipes) {
|
foreach ($A_view as $categoryName => $recipes) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user