ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
footer.php
Go to the documentation of this file.
1
<?
php
2
if
(!empty($this->
data
[
'htmlinject'
][
'htmlContentPost'
])) {
3
foreach
($this->
data
[
'htmlinject'
][
'htmlContentPost'
] AS $c) {
4
echo $c;
5
}
6
}
7
?>
8
</div><!-- #content -->
9
<div
id
=
"footer"
>
10
<hr />
11
12
<img src=
"/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png"
alt=
"Small fish logo"
style=
"float: right"
/>
13
Copyright © 2007-2017 <a href=
"http://uninett.no/"
>UNINETT AS</a>
14
15
<br style=
"clear: right"
/>
16
17
</div><!-- #footer -->
18
19
</div><!-- #wrap -->
20
21
</body>
22
</
html
>
html
html()
Definition:
IntegrationTest.php:14
php
An exception for terminatinating execution or to throw for unit testing.
data
$this data['403_header']
Definition:
authorize_403.php:13
libs
composer
vendor
simplesamlphp
simplesamlphp
templates
includes
footer.php
Generated on Sat Oct 4 2025 19:00:59 for ILIAS by
1.9.4 (using
Doxyfile
)