PHP Classes

File: web/SSO/templates/errorreport.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/templates/errorreport.php   Download  
File: web/SSO/templates/errorreport.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 289 bytes
 

Contents

Class file image Download
<?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'); ?>