diff --git a/templates/page-master-trainer-profile-edit-simple.php b/templates/page-master-trainer-profile-edit-simple.php index e5acbe8c..6cad4d66 100644 --- a/templates/page-master-trainer-profile-edit-simple.php +++ b/templates/page-master-trainer-profile-edit-simple.php @@ -62,8 +62,8 @@ $profile_meta = $profile_manager->get_profile_meta($profile->ID);
render_master_trainer_menu(); + if (class_exists('HVAC_Master_Menu_System')) { + HVAC_Master_Menu_System::instance()->render_master_menu(); } ?> diff --git a/templates/page-master-trainer-profile-edit.php b/templates/page-master-trainer-profile-edit.php index a0084663..97101787 100644 --- a/templates/page-master-trainer-profile-edit.php +++ b/templates/page-master-trainer-profile-edit.php @@ -77,8 +77,8 @@ if (class_exists('HVAC_Geocoding_Service')) {
render_master_trainer_menu(); + if (class_exists('HVAC_Master_Menu_System')) { + HVAC_Master_Menu_System::instance()->render_master_menu(); } ?>