diff --git a/includes/gestion.php b/includes/gestion.php index dc43ac8..72dc975 100644 --- a/includes/gestion.php +++ b/includes/gestion.php @@ -21,5 +21,5 @@ function add_page_gestion() function afficher_page_gestion_artisans() { // Charge le template part pour la page d'options - get_template_part('template-parts/admin/page', 'options'); + get_template_part('template-parts/admin/page-gestion'); }