xref: /webtrees/resources/views/modals/help.phtml (revision 0d047a8c74753c7558a60f4789c838996d6fae8b)
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