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