1d70512abSGreg Roach<?php 2d70512abSGreg Roach 3*10e06497SGreg Roachdeclare(strict_types=1); 4*10e06497SGreg Roach 5d70512abSGreg Roachuse Fisharebest\Webtrees\I18N; 6d70512abSGreg Roach 7dc270d8cSGreg Roach/** 8dc270d8cSGreg Roach * @var string $title 9dc270d8cSGreg Roach */ 10dc270d8cSGreg Roach 11d70512abSGreg Roach?> 12dd6b2bfcSGreg Roach 13dd6b2bfcSGreg Roach<h2 class="wt-page-title"> 14dd6b2bfcSGreg Roach <?= $title ?> 15dd6b2bfcSGreg Roach</h2> 16dd6b2bfcSGreg Roach 17dd6b2bfcSGreg Roach<div class="wt-page-content"> 18dd6b2bfcSGreg Roach <p> 19dd6b2bfcSGreg Roach <?= I18N::translate('Could not verify the information you entered. Please try again or contact the site administrator for more information.') ?> 20dd6b2bfcSGreg Roach </p> 21dd6b2bfcSGreg Roach</div> 22