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
|
||||
array(
|
||||
"RECIPE_LINK" => "http://exemple",
|
||||
"IMG_LINK" => "2.jpg",
|
||||
"RECIPE_LINK" => "/recipe/view/2",
|
||||
"IMG_LINK" => "/static/img/recipes/2.jpg",
|
||||
"NAME" => "Croissant",
|
||||
"NOTE" => "4.5"
|
||||
),
|
||||
array(
|
||||
"RECIPE_LINK" => "http://exemple",
|
||||
"IMG_LINK" => "2.jpg",
|
||||
"RECIPE_LINK" => "/recipe/view/2",
|
||||
"IMG_LINK" => "/static/img/recipes/2.jpg",
|
||||
"NAME" => "Croissant",
|
||||
"NOTE" => "4.5"
|
||||
),
|
||||
array(
|
||||
"RECIPE_LINK" => "http://exemple",
|
||||
"IMG_LINK" => "2.jpg",
|
||||
"RECIPE_LINK" => "/recipe/view/2",
|
||||
"IMG_LINK" => "/static/img/recipes/2.jpg",
|
||||
"NAME" => "Croissant",
|
||||
"NOTE" => "4.5"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user