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(); ?>
|