xref: /webtrees/resources/views/modules/contact-links/footer.phtml (revision 7c2c99fad7cacd17c98be88238ff735d82c6351b)
1<?php
2
3/**
4 * @var string $contact_links
5 */
6
7?>
8<div class="wt-footer wt-footer-contact text-center py-2">
9    <?= $contact_links ?>
10</div>
11