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