ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
6if(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
17if(array_key_exists('head', $this->data)) {
18 echo '<!-- head -->' . $this->data['head'] . '<!-- /head -->';
19}
20?>
21</head>
22<body class="body-embed">
23
html()
An exception for terminatinating execution or to throw for unit testing.
static http()
Fetches the global http state from ILIAS.
$this data['403_header']