ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
6echo('<h2>' . $this->data['header'] . '</h2>');
7echo('<p>' . $this->t('{logout:logged_out_text}') . '</p>');
8
9$this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$this data['header']