From f78e914195efda40fdc0e100873daae496f77d30 Mon Sep 17 00:00:00 2001 From: tofulm Date: Fri, 29 Mar 2024 10:39:51 +0100 Subject: [PATCH] PSR --- inc/gamucontact.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/gamucontact.php b/inc/gamucontact.php index 0f6a076..a57b0ec 100644 --- a/inc/gamucontact.php +++ b/inc/gamucontact.php @@ -7,22 +7,22 @@ function inc_gamucontact_dist(){ $saisies = [ [ 'saisie' => 'input', - 'options' => array( + 'options' => [ 'nom' => 'nom', 'label' => '<:gamucontact:votre_nom:>', 'obligatoire' => 'oui', 'class' => 'w100', //'fonction' => 'ma_super_fonction' - ) + ] ], [ 'saisie' => 'input', - 'options' => array( + 'options' => [ 'nom' => 'email_contact', 'label' => '<:gamucontact:votre_email:>', 'class' => 'w100', 'obligatoire' => 'oui', - ) + ] ], ];