-
Jaime Perez authoredJaime Perez authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
<?php
$this->data['header'] = $this->t('errorreport_header');
$this->includeAtTemplateBase('includes/header.php');
?>
<h2><?php echo $this->t('errorreport_header'); ?></h2>
<p><?php echo $this->t('errorreport_text'); ?></p>
<?php $this->includeAtTemplateBase('includes/footer.php');