Ajout d'un menu responsive

This commit is contained in:
leosw
2025-08-18 17:15:58 +02:00
parent e3de743bb8
commit d744317283
4 changed files with 55 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, height=device-height">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="shortcut icon" href="<?=$config['views_url']?>img/favicon.png">
<? if (isset($head['css'])) {
foreach(explode(";",$head['css']) as $css) { ?>