예제 #1
0
 function _show_user_postings()
 {
     $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_postings($user, (int) $_GET['hs']);
 }