get_logic(); $this->def_tplfile('personinfo.tpl.php'); //$this = & new Template('personinfo.tpl.php'); //$parent_tpl->add_template($place, $this); $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); } } ?>