From 477cef823c9f7ec913604b9b61cc76c8af83ede9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 26 Feb 2025 10:12:11 +0100 Subject: [PATCH] refactoring template name --- includes/gestion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }