init(); print_header($controller->getPageTitle()); if (!$controller->family) { echo '', WT_I18N::translate('Unable to find record with ID'), '

'; print_footer(); exit; } if (!$controller->family->canDisplayDetails()) { print_privacy_error(); print_footer(); exit; } if ($controller->family->isMarkedDeleted()) { echo '', WT_I18N::translate('This record has been marked for deletion upon admin approval.'), ''; } if (WT_USE_LIGHTBOX) { require WT_ROOT.WT_MODULES_DIR.'lightbox/lb_defaultconfig.php'; require_once WT_ROOT.WT_MODULES_DIR.'lightbox/functions/lb_call_js.php'; } $PEDIGREE_FULL_DETAILS = "1"; // Override GEDCOM configuration $show_full = "1"; ?> accept_success) { echo "".WT_I18N::translate('Changes successfully accepted into database')."
"; } ?>

family->getFullName(); ?>

getFamilyID()); ?>
getFamilyID()); if (WT_USER_CAN_EDIT) { if ($controller->difffam) { $husb=$controller->difffam->getHusband(); } else { $husb=$controller->family->getHusband(); } if (!$husb) { echo '', WT_I18N::translate('Add a new father'), help_link('edit_add_parent'), '
'; } if ($controller->difffam) { $wife=$controller->difffam->getWife(); } else { $wife=$controller->family->getWife(); } if (!$wife) { echo '', WT_I18N::translate('Add a new mother'), help_link('edit_add_parent'), '
'; } } ?>


family); ?>