init(); echo ""; global $USE_THUMBS_MAIN, $mediacnt, $tabno; global $linkToID; global $SEARCH_SPIDER, $GOOGLEMAP_PH_CONTROLS; global $SHOW_ID_NUMBERS, $WT_IMAGE_DIR, $WT_IMAGES, $SHOW_AGE_DIFF; global $GEDCOM, $ABBREVIATE_CHART_LABELS; global $show_full; global $famid, $censyear, $censdate; // print_simple_header("Census"); $summary=$controller->indi->format_first_major_fact(WT_EVENTS_BIRT, 2); if (!($controller->indi->isDead())) { // If alive display age $bdate=$controller->indi->getBirthDate(); $age = GedcomDate::GetAgeGedcom($bdate); // if ($age!="") { // $summary.= "".i18n::translate('Age').": ".get_age_at_event($age, true).""; // } } $summary.=$controller->indi->format_first_major_fact(WT_EVENTS_DEAT, 2); $controller->medialink_assistant(); // print_footer(); ?>