fname . ' ' . $m->lname; /* display user interface */ $tpl = new Template('../Templates'); $tpl->set_file('index', 'member_index.dwt'); $tpl->set_var(array('MEMBER_FULLNAME' => $fullname, 'MEMBER_COMPANY' => $m->company->name, 'PROJECT_PNUM' => count($m->projects['paticipate']), 'PROJECT_LNUM' => count($m->projects['lead']), 'CURRENT_TIME' => date($HUB['misc']['time']) )); $tpl->pparse('out', 'index'); ?>