get_logic();
$this->def_tplfile('personrelatedgroups.tpl.php');
$this->set('profname', $person->profname);
$this->set('name', $person->name);
$this->set('picture', $person->picture);
$this->set('info', $person->info);
$this->set('remained', $person->subjects_needed()-1);
}
}
?>