ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
logout_completed.php
Go to the documentation of this file.
1 <?php
2 
3 $this->data['header'] = $this->t('{logout:title}');
4 $this->includeAtTemplateBase('includes/header.php');
5 
6 echo('<h2>' . $this->data['header'] . '</h2>');
7 echo('<p>' . $this->t('{logout:logged_out_text}') . '</p>');
8 
9 $this->includeAtTemplateBase('includes/footer.php');
$this data['header']