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