xref: /webtrees/resources/views/modals/help.phtml (revision 6bf0af166b27d50bc0dc213975b1116b197adb10)
1<?php
2
3/**
4 * @var string $text
5 * @var string $title
6 */
7
8?>
9<?= view('modals/header', ['title' => $title]) ?>
10
11<div class="modal-body">
12	<?= $text ?>
13</div>
14
15<?= view('modals/footer-close') ?>
16