modifier text in header to not take 300000000px
This commit is contained in:
parent
86302bce2a
commit
0c99d25748
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
$array_header = array(
|
||||
'<img src="/static/img/logo.png" alt="Logo">' => "/",
|
||||
"Catégories de recette" => "/category",
|
||||
"Créer une recette" => "/recipe/new",
|
||||
"Rechercher" => "rechercher",
|
||||
"Catégories" => "/category",
|
||||
"Nouvelle recette" => "/recipe/new",
|
||||
"Recherche" => "rechercher",
|
||||
'<img src="/static/img/default_user.svg" type="image/svg+xml">' => "/user/view"
|
||||
);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user