xref
: /
webtrees
/
resources
/
views
/
expand-chart-box.phtml
(revision 71239cb694d278d044f33328daaa60c8ed7431e9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
foreach
($
facts
as
$
fact
) :
?>
2
<?=
$
fact
->
summary
()
?>
3
<?php
endforeach
;
4