refactoring template name

This commit is contained in:
Antoine M 2025-02-26 10:12:11 +01:00
parent a447ff9d5a
commit 477cef823c

View File

@ -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');
}