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