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