1<?php use Fisharebest\Webtrees\I18N; ?> 2 3<?= view('components/breadcrumbs', ['links' => [route('admin-control-panel') => I18N::translate('Control panel'), $title]]) ?> 4 5<h1><?= $title ?></h1> 6 7<h2> 8 <?= I18N::translate('PHP information') ?> 9</h2> 10 11<div class="php-info" dir="ltr"> 12 <?= $phpinfo ?> 13</div> 14