ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
errorreport.php
Go to the documentation of this file.
1<?php
2 $this->data['header'] = $this->t('errorreport_header');
3 $this->includeAtTemplateBase('includes/header.php');
4?>
5
6
7<h2><?php echo $this->t('errorreport_header'); ?></h2>
8<p><?php echo $this->t('errorreport_text'); ?></p>
9<?php $this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$this data['header']
Definition: errorreport.php:2