wip adding fbpatch plugin

This commit is contained in:
asus
2024-03-23 15:24:14 +01:00
parent 1fe5379845
commit b6d1d63b93
11 changed files with 806 additions and 538 deletions

View File

@@ -43,7 +43,6 @@ include_once(PLGNTLS_class::root_path() . 'php/profs_states.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_handle_states.php');
include_once(PLGNTLS_class::root_path() . 'php/partners_register.php');
include_once(PLGNTLS_class::root_path() . 'php/partners_page.php');
//include_once(PLGNTLS_class::root_path() . 'php/partners_form.php');
include_once(PLGNTLS_class::root_path() . 'php/display_css.php');
@@ -51,8 +50,9 @@ include_once(PLGNTLS_class::root_path() . 'php/display_css.php');
/*
include_once(PLGNTLS_class::root_path() . 'php/form_builder_patch/url_validation.php');
include_once(PLGNTLS_class::root_path() . 'php/form_builder_patch/multiple_modals.php');
*/
include_once(PLGNTLS_class::root_path() . 'php/form_builder_patch/form_calculation.php');
*/
include_once(PLGNTLS_class::root_path() . 'php/form_builder_patch/hide_show_elements.php');