ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
data
Add some data
Definition:
01pharSimple.php:56
ILIAS\FileDelivery\http
static http()
Fetches the global http state from ILIAS.
Definition:
HttpServiceAware.php:36
html
html()
Definition:
IntegrationTest.php:14
libs
composer
vendor
simplesamlphp
simplesamlphp
templates
includes
header-embed.php
Generated on Tue Jan 28 2025 19:01:13 for ILIAS by
1.8.13 (using
Doxyfile
)