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