get_logic(); $this->def_tplfile('personrelatedinfo.tpl.php'); $this->add_comp('groups', 'personrelatedgroups', $game); $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); } } ?>