make '+' button redirect to /recipe/new
This commit is contained in:
parent
5abfd65948
commit
7e73139ace
@ -2,7 +2,7 @@
|
|||||||
$array_header = array(
|
$array_header = array(
|
||||||
'<img src="/static/img/logo.png" alt="Logo">' => "/",
|
'<img src="/static/img/logo.png" alt="Logo">' => "/",
|
||||||
"Recette" => "/Recipe/view/36",
|
"Recette" => "/Recipe/view/36",
|
||||||
"+" => "/recipe/edit",
|
"+" => "/recipe/new",
|
||||||
"Rechercher" => "rechercher",
|
"Rechercher" => "rechercher",
|
||||||
'<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
|
'<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user