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