. */ namespace Fisharebest\Webtrees; use Fisharebest\Webtrees\Controller\FanchartController; use Fisharebest\Webtrees\Functions\FunctionsEdit; require 'includes/session.php'; $controller = new FanchartController; $controller->restrictAccess(Module::isActiveChart($controller->tree(), 'fan_chart')); // Only generate the content for interactive users (not search robots). if (Filter::getBool('ajax') && Session::has('initiated')) { echo '
', $controller->generateFanChart('html'), '
'; echo ' '; return; } if (Filter::getBool('img') && Session::has('initiated')) { header('Content-Type: image/png'); echo $controller->generateFanChart('png'); return; } $controller ->addInlineJavascript('$(".wt-page-content").load(location.search + "&ajax=1");') ->pageHeader(); ?>

getPageTitle() ?>

root, ['id' => 'rootid', 'name' => 'rootid']) ?>
getFanStyles(), $controller->fan_style, ['id' => 'fan_style', 'name' => 'fan_style']) ?>
generations, ['id' => 'generations', 'name' => 'generations']) ?>
%