v 0.3.4 states are now handled with specific functions for setting, getting, and adding css

This commit is contained in:
asus
2024-03-19 16:27:38 +01:00
parent db1d16bd91
commit f7c805f22b
5 changed files with 115 additions and 16 deletions

View File

@@ -45,6 +45,7 @@ include_once(PLGNTLS_class::root_path() . 'php/profs_profil.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_form.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_dates.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_states.php');
include_once(PLGNTLS_class::root_path() . 'php/profs_display_css.php');
include_once(PLGNTLS_class::root_path() . 'php/partners_register.php');
include_once(PLGNTLS_class::root_path() . 'php/partners_page.php');