function _show_user_profile() { $this->_import_profile_controller(); $user = $this->_get_user_from_name_or_die($_GET['username']); $profile = new ProfileController($this->api); $this->_add_profile_breadcrumbs($user); $profile->show_user_profile($user, (int) $_GET['hs']); }