This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
simplesamlphp/templates/errorreport.php

9 lines
289 B
PHP

<?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'); ?>