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 <?php
$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", "Catégories de recette" => "/category",
"+" => "/recipe/new", "Créer une recette" => "/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"
); );