now category display imgs and redirect to the right page
This commit is contained in:
parent
95f86e77a4
commit
6a375e97a7
@ -7,20 +7,20 @@ final class CategoryController
|
|||||||
{
|
{
|
||||||
$A_array_recipes_Type_de_cuisson = array( //test
|
$A_array_recipes_Type_de_cuisson = array( //test
|
||||||
array(
|
array(
|
||||||
"RECIPE_LINK" => "http://exemple",
|
"RECIPE_LINK" => "/recipe/view/2",
|
||||||
"IMG_LINK" => "2.jpg",
|
"IMG_LINK" => "/static/img/recipes/2.jpg",
|
||||||
"NAME" => "Croissant",
|
"NAME" => "Croissant",
|
||||||
"NOTE" => "4.5"
|
"NOTE" => "4.5"
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
"RECIPE_LINK" => "http://exemple",
|
"RECIPE_LINK" => "/recipe/view/2",
|
||||||
"IMG_LINK" => "2.jpg",
|
"IMG_LINK" => "/static/img/recipes/2.jpg",
|
||||||
"NAME" => "Croissant",
|
"NAME" => "Croissant",
|
||||||
"NOTE" => "4.5"
|
"NOTE" => "4.5"
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
"RECIPE_LINK" => "http://exemple",
|
"RECIPE_LINK" => "/recipe/view/2",
|
||||||
"IMG_LINK" => "2.jpg",
|
"IMG_LINK" => "/static/img/recipes/2.jpg",
|
||||||
"NAME" => "Croissant",
|
"NAME" => "Croissant",
|
||||||
"NOTE" => "4.5"
|
"NOTE" => "4.5"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user