make '+' button redirect to /recipe/new

This commit is contained in:
Thomas Rubini 2023-01-24 20:02:45 +01:00
parent 5abfd65948
commit 7e73139ace
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -2,7 +2,7 @@
$array_header = array(
'<img src="/static/img/logo.png" alt="Logo">' => "/",
"Recette" => "/Recipe/view/36",
"+" => "/recipe/edit",
"+" => "/recipe/new",
"Rechercher" => "rechercher",
'<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
);