- reorganized files
- fixed error in partner edti/creation page
This commit is contained in:
@@ -40,14 +40,15 @@ include_once(Plgntls::root_path() . 'php/partners_register.php');
|
||||
include_once(Plgntls::root_path() . 'php/partners_page.php');
|
||||
include_once(Plgntls::root_path() . 'php/partners_form.php');
|
||||
// utils
|
||||
//include_once(Plgntls::root_path() . '/php/menus.php');
|
||||
include_once(Plgntls::root_path() . 'php/states.php');
|
||||
include_once(Plgntls::root_path() . 'php/redirections.php');
|
||||
include_once(Plgntls::root_path() . 'php/display_css.php');
|
||||
include_once(Plgntls::root_path() . 'php/payments.php');
|
||||
include_once(Plgntls::root_path() . 'php/random_posts.php');
|
||||
include_once(Plgntls::root_path() . 'php/scheduled_events.php');
|
||||
include_once(Plgntls::root_path() . 'php/emails.php');
|
||||
include_once(Plgntls::root_path() . 'php/_utils_states.php');
|
||||
include_once(Plgntls::root_path() . 'php/_utils_redirections.php');
|
||||
include_once(Plgntls::root_path() . 'php/_utils_display_css.php');
|
||||
include_once(Plgntls::root_path() . 'php/_utils_checks_roles.php');
|
||||
// actions
|
||||
include_once(Plgntls::root_path() . 'php/_actions_payments.php');
|
||||
include_once(Plgntls::root_path() . 'php/_actions_random_posts.php');
|
||||
include_once(Plgntls::root_path() . 'php/_actions_scheduled_events.php');
|
||||
include_once(Plgntls::root_path() . 'php/_actions_emails.php');
|
||||
// admin
|
||||
include_once(Plgntls::root_path() . 'php/admin_hide_bar.php');
|
||||
include_once(Plgntls::root_path() . 'php/admin_user_profil.php');
|
||||
|
||||
Reference in New Issue
Block a user