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
>
data
Add some data
Definition:
01pharSimple.php:56
style
"color:#CC0000 style
Definition:
example_001.php:92
footer
Set header footer
Definition:
04printing.php:58
html
html()
Definition:
IntegrationTest.php:14
libs
composer
vendor
simplesamlphp
simplesamlphp
templates
includes
footer.php
Generated on Tue Jan 28 2025 19:01:13 for ILIAS by
1.8.13 (using
Doxyfile
)