- updated states to work for user_id and post_id
- added states for partner page state publish-draft
This commit is contained in:
@@ -34,22 +34,26 @@ include_once(Plgntls::root_path() . 'php/admin_menu/menu_content.php');
|
||||
include_once(Plgntls::root_path() . 'php/admin_menu/post_paypal.php');
|
||||
include_once(Plgntls::root_path() . 'php/admin_menu/post_payment_messages.php');
|
||||
|
||||
// paypal
|
||||
include_once(Plgntls::root_path() . 'php/paypal/paypal.php');
|
||||
|
||||
include_once(Plgntls::root_path() . '/php/hide_admin.php');
|
||||
//include_once(Plgntls::root_path() . '/php/menus.php');
|
||||
include_once(Plgntls::root_path() . 'php/redirections.php');
|
||||
// profs
|
||||
include_once(Plgntls::root_path() . 'php/profs_profil.php');
|
||||
include_once(Plgntls::root_path() . 'php/profs_form_commande.php');
|
||||
include_once(Plgntls::root_path() . 'php/profs_dates.php');
|
||||
include_once(Plgntls::root_path() . 'php/profs_states.php');
|
||||
include_once(Plgntls::root_path() . 'php/profs_handle_states.php');
|
||||
// partners
|
||||
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');
|
||||
|
||||
// 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