xref
: /
webtrees
/
resources
/
views
/
modules
/
branches
/
list.phtml
(revision 3d2c98d1066d5e178a3d1ceb3bdc58b7ba8ee926)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
/**
4
*
@var
string
$branches
5
*/
6
7
?>
8
<
ol
>
9
<?=
$
branches
?>
10
</
ol
>
11