Merge pull request #94 from ThomasRubini/edit_header

buttons go to actual pages
This commit is contained in:
Marla 2023-01-25 20:25:12 +01:00 committed by GitHub
commit fd4da4f36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
<?php
$array_header = array(
'<img src="/static/img/logo.png" alt="Logo">' => "/",
"Recette" => "/Recipe/view/36",
"+" => "/recipe/new",
"Catégories de recette" => "/category",
"Créer une recette" => "/recipe/new",
"Rechercher" => "rechercher",
'<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
);