1*1bfef740SGreg Roach<?php 2*1bfef740SGreg Roach 3*1bfef740SGreg Roachuse Fisharebest\Webtrees\I18N; 4*1bfef740SGreg Roach 5*1bfef740SGreg Roach?> 6*1bfef740SGreg Roach 7*1bfef740SGreg Roach<div class="wt-custom-module-info"> 8*1bfef740SGreg Roach <?= view('icons/warning') ?> 9*1bfef740SGreg Roach <?= I18N::translate('Custom module') ?> 10*1bfef740SGreg Roach <?php if ($module::CUSTOM_VERSION) : ?> 11*1bfef740SGreg Roach - <?= I18N::translate('Version') ?> <?= $module::CUSTOM_VERSION ?> 12*1bfef740SGreg Roach <?php endif ?> 13*1bfef740SGreg Roach <?php if ($module::CUSTOM_WEBSITE) : ?> 14*1bfef740SGreg Roach - 15*1bfef740SGreg Roach <a href="<?= $module::CUSTOM_WEBSITE ?>"> 16*1bfef740SGreg Roach <?= $module::CUSTOM_WEBSITE ?> 17*1bfef740SGreg Roach </a> 18*1bfef740SGreg Roach <?php endif ?> 19*1bfef740SGreg Roach</div> 20