ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 &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>
Add some data
"color:#CC0000 style
Definition: example_001.php:92
Set header footer
Definition: 04printing.php:58
html()