fisharebest/webtrees

View on GitHub
resources/views/modules/hit-counter/footer.phtml

Summary

Maintainability
Test Coverage
<?php

declare(strict_types=1);

/**
 * @var string $hit_counter
 */

?>
<div class="wt-footer wt-footer-hit-counter text-center my-2">
    <?= $hit_counter ?>
</div>