. */ namespace Fisharebest\Webtrees; use Fisharebest\Webtrees\Controller\DescendancyController; use Fisharebest\Webtrees\Functions\FunctionsEdit; use Fisharebest\Webtrees\Functions\FunctionsPrintLists; require 'includes/session.php'; $controller = new DescendancyController; $controller->restrictAccess(Module::isActiveChart($controller->tree(), 'descendancy_chart')); // Only generate the content for interactive users (not search robots). if (Filter::getBool('ajax') && Session::has('initiated')) { switch ($controller->chart_style) { case 0: // List echo '