diff --git a/functions.php b/functions.php index d759061..c550745 100644 --- a/functions.php +++ b/functions.php @@ -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'); -} ?> \ No newline at end of file diff --git a/header.php b/header.php index 80a2ddb..13d6c24 100644 --- a/header.php +++ b/header.php @@ -9,31 +9,15 @@
>