Esempio n. 1
0
 function _show_user_options()
 {
     $this->_import_profile_controller();
     $user = $this->get_current_user();
     $this->_add_profile_breadcrumbs($user);
     $profile = new ProfileController($this->api);
     $profile->show_user_options($user);
 }