. */ namespace Fisharebest\Webtrees; use Fisharebest\Webtrees\Controller\HourglassController; use Fisharebest\Webtrees\Functions\FunctionsEdit; require 'includes/session.php'; $controller = new HourglassController; $controller->restrictAccess(Module::isActiveChart($controller->tree(), 'hourglass_chart')); // Only generate the content for interactive users (not search robots). if (Filter::getBool('ajax') && Session::has('initiated')) { ?>
printDescendency($controller->root, 1) ?> printPersonPedigree($controller->root, 1) ?>
addInlineJavascript('$(".wt-page-content").load(location.search + "&ajax=1");') ->pageHeader(); ?>

getPageTitle() ?>

root, ['id' => 'rootid', 'name' => 'rootid']) ?>
tree()->getPreference('MAX_DESCENDANCY_GENERATIONS'))), $controller->generations, ['id' => 'generations', 'name' => 'generations']) ?>
'show_spouse']) ?>