From: soufiane Date: Wed, 10 Sep 2025 14:51:08 +0000 (+0200) Subject: wait #7657 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1bf583d639c79db5624b8cd290b6e886a74cdcf2;p=lyveas.git wait #7657 --- diff --git a/web/app/themes/lyveas/functions.php b/web/app/themes/lyveas/functions.php index 1baae9b..7528dab 100644 --- a/web/app/themes/lyveas/functions.php +++ b/web/app/themes/lyveas/functions.php @@ -78,10 +78,10 @@ collect(['helpers', 'setup', 'filters']) function menu_css() { wp_enqueue_style( - 'menu-css', // identifiant - get_stylesheet_directory_uri() . '/resources/styles/menu.css', // chemin - array(), // dépendances (ex: ['style.css']) - '1.0' // version + 'menu-css', + get_stylesheet_directory_uri() . '/resources/styles/menu.css', + array(), + '1.0' ); } add_action('wp_enqueue_scripts', 'menu_css');