revert FEAT: Ajout d'un menu secondaire à dgauche vec liens Contact et À propos
This commit is contained in:
2025-10-08 17:48:06 +02:00
parent 87ebec0e5f
commit 12a449f64c
3 changed files with 11 additions and 122 deletions
-8
View File
@@ -98,12 +98,4 @@ function wp_theme_sen2_check_for_updates($transient) {
}
return $transient;
}
function wp_theme_sen2_setup() {
register_nav_menus(array(
'primary' => 'Menu Principal',
'secondary' => 'Menu Secondaire' // Nouveau menu
));
add_theme_support('post-thumbnails');
add_theme_support('title-tag');
}
?>