init(); print_header($controller->getPageTitle()); // completely prevent display if privacy dictates so if (!$controller->family) { echo "", 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 "".i18n::translate('This record has been marked for deletion upon admin approval.').""; ?> accept_success) { echo "".i18n::translate('Changes successfully accepted into database')."
"; } ?>
famid); ?>
getFamilyID()); ?>
getFamilyID()); if ($controller->display && WT_USER_CAN_EDIT) { $husb = $controller->getHusband(); if (empty($husb)) { ?>
getWife(); if (empty($wife)) { ?>


family); ?>

"; }