init(); print_header($controller->getPageTitle()); // completely prevent display if privacy dictates so if (!$controller->family) { echo "", WT_I18N::translate('Unable to find record with ID'), "

"; print_footer(); exit; } else if (!$controller->family->canDisplayDetails()) { print_privacy_error(); print_footer(); exit; } // LB added for Lightbox viewer ============================================================== if (WT_USE_LIGHTBOX) { require WT_ROOT.'modules/lightbox/lb_defaultconfig.php'; require_once WT_ROOT.'modules/lightbox/functions/lb_call_js.php'; } // LB ====================================================================================== $PEDIGREE_FULL_DETAILS = "1"; // Override GEDCOM configuration $show_full = "1"; ?> family->isMarkedDeleted()) echo "".WT_I18N::translate('This record has been marked for deletion upon admin approval.').""; ?> 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); ?>