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