ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
header-embed.php
Go to the documentation of this file.
1
<!DOCTYPE
html
PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
2
<
html
xmlns=
"http://www.w3.org/1999/xhtml"
lang=
"en"
xml:lang=
"en"
>
3
<head>
4
<meta
http
-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
5
<title><?
php
6
if
(array_key_exists(
'header'
, $this->
data
)) {
7
echo
$this->
data
[
'header'
];
8
}
else
{
9
echo
'SimpleSAMLphp'
;
10
}
11
?></title>
12
13
<link rel=
"stylesheet"
type=
"text/css"
href=
"/<?php echo $this->data['baseurlpath']; ?>resources/default.css"
/>
14
<meta name=
"robots"
content=
"noindex, nofollow"
/>
15
16
<?
php
17
if
(array_key_exists(
'head'
, $this->
data
)) {
18
echo
'<!-- head -->'
. $this->
data
[
'head'
] .
'<!-- /head -->'
;
19
}
20
?>
21
</head>
22
<body
class
=
"body-embed"
>
23
ILIAS\FileDelivery\http
static http()
Fetches the global http state from ILIAS.
Definition:
HttpServiceAware.php:36
echo
data
$this data['403_header']
Definition:
authorize_403.php:13
html
html()
Definition:
IntegrationTest.php:14
php
libs
composer
vendor
simplesamlphp
simplesamlphp
templates
includes
header-embed.php
Generated on Thu Jan 16 2025 19:01:56 for ILIAS by
1.8.13 (using
Doxyfile
)