Пример #1
0
 function _show_group_profile()
 {
     $this->_import_profile_controller();
     $group = $this->_get_group_from_name_or_die($_GET['groupname']);
     $this->_add_profile_breadcrumbs($group);
     $profile = new ProfileController($this->api);
     $profile->show_group_profile($group, (int) $_GET['hs']);
 }