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