ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
footer.php
Go to the documentation of this file.
1<?php
2if(!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 &copy; 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()
An exception for terminatinating execution or to throw for unit testing.
$this data['403_header']