From dcff2a24b1dd30efef5b2ed48ec51cbdf1a8c548 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 9 Oct 2025 10:52:53 +0200 Subject: [PATCH] FEATURE Refining forms behaviour --- functions.php | 1 + includes/forms.php | 6 ++ resources/css/forms/forms.css | 73 +++++++++++++++++++ .../img/icons/carhop-attention-rouge.svg | 19 +++++ 4 files changed, 99 insertions(+) create mode 100644 includes/forms.php create mode 100644 resources/img/icons/carhop-attention-rouge.svg diff --git a/functions.php b/functions.php index 635bade..c336a48 100644 --- a/functions.php +++ b/functions.php @@ -9,6 +9,7 @@ require_once(__DIR__ . '/includes/collective-access-api.php'); require_once(__DIR__ . '/includes/utilities.php'); require_once(__DIR__ . '/includes/nawalker_fction.php'); require_once(__DIR__ . '/includes/social-networks.php'); +require_once(__DIR__ . '/includes/forms.php'); // require_once(__DIR__ . '/includes/widget.php'); diff --git a/includes/forms.php b/includes/forms.php new file mode 100644 index 0000000..3a20579 --- /dev/null +++ b/includes/forms.php @@ -0,0 +1,6 @@ + + + + + + + + + + + \ No newline at end of file