added dates functions for prof card

This commit is contained in:
asus
2024-03-19 08:58:59 +01:00
parent 5e7ca4f0f1
commit f221e43807
4 changed files with 196 additions and 86 deletions

View File

@@ -43,6 +43,7 @@ include_once(PLGNTLS_class::root_path() . 'php/redirections.php');
include_once(PLGNTLS_class::root_path() . 'php/author_restriction.php');
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/partners_register.php');
include_once(PLGNTLS_class::root_path() . 'php/partners_page.php');