update customized footer copyright dates
[fsfdrupalauth.git] / themes / fsftheme / default / includes / footer.php
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 <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png" alt="Small fish logo" style="float: right" />
12 Copyright &copy; 2007-2023 UNINETT AS
13 <br>
14 Modifications Copyright &copy; 2020-2023 Free Software Foundation
15
16 <br style="clear: right" />
17
18 </div><!-- #footer -->
19 </div><!-- #wrap -->
20 </body>
21 </html>