ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
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'
);
data
$this data['header']
Definition:
logout_completed.php:3
libs
composer
vendor
simplesamlphp
simplesamlphp
modules
consent
templates
logout_completed.php
Generated on Tue Jan 28 2025 19:01:12 for ILIAS by
1.8.13 (using
Doxyfile
)