buttons go to actual pages

This commit is contained in:
Capelier-Marla 2023-01-25 20:24:36 +01:00
parent 05c1f2b476
commit 064b55d63f

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"
);