xref: /webtrees/resources/views/modules/branches/list.phtml (revision 9320815f1ce8e5a76b792d0fc59d7ba088fe3793)
1<?php
2
3/**
4 * @var string $branches
5 */
6
7?>
8<ol>
9	<?= $branches ?>
10</ol>
11