PHP Classes

File: web/SSO/modules/consent/templates/logout_completed.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/consent/templates/logout_completed.php   Download  
File: web/SSO/modules/consent/templates/logout_completed.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: 276 bytes
 

Contents

Class file image Download
<?php

$this
->data['header'] = $this->t('{logout:title}');
$this->includeAtTemplateBase('includes/header.php');

echo(
'<h2>' . $this->data['header'] . '</h2>');
echo(
'<p>' . $this->t('{logout:logged_out_text}') . '</p>');

$this->includeAtTemplateBase('includes/footer.php');