init(); header('Content-type: text/html; charset=UTF-8'); // -- print html header information if (isset($_REQUEST['type']) && $_REQUEST['type']=='desc') $controller->print_descendency(WT_Person::getInstance($controller->pid), 1, false); else $controller->print_person_pedigree(WT_Person::getInstance($controller->pid), 0);