controller->skipFamilyFacts)) $this->controller->indi->add_family_facts(); ob_start(); ?> controller->indi->canDisplayDetails()) { print ""; } else { $indifacts = $this->controller->getIndiFacts(); if (count($indifacts)==0) {?> controller->skipFamilyFacts)) { ?> $value) { if ($value->getTag() == "DEAT") $yetdied = true; if ($value->getTag() == "CREM") $yetdied = true; if ($value->getTag() == "BURI") $yetdied = true; if (!is_null($value->getFamilyId())) { if (!$yetdied) { print_fact($value, $this->controller->canedit==false); } } else print_fact($value, $this->controller->canedit==false); $FACT_COUNT++; } } //-- new fact link if ((!$this->controller->isPrintPreview()) && $this->controller->canedit) { print_add_new_fact($this->controller->pid, $indifacts, "INDI"); } ?>
"; print_privacy_error($CONTACT_EMAIL); print "
onclick="toggleByClassName('TR', 'row_rela');" /> onclick="toggleByClassName('TR', 'row_histo');" />

getName().'_content">'.ob_get_clean().''; } // Implement WT_Module_Tab public function hasTabContent() { return true; } // Implement WT_Module_Tab public function canLoadAjax() { // Don't load this tab using AJAX, otherwise search engines won't see it return false; } // Implement WT_Module_Tab public function getPreLoadContent() { return ''; } // Implement WT_Module_Tab public function getJSCallbackAllTabs() { return ''; } // Implement WT_Module_Tab public function getJSCallback() { return ''; } }