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