footer.php 688 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
if (!empty($this->data['htmlinject']['htmlContentPost'])) {
    foreach ($this->data['htmlinject']['htmlContentPost'] as $c) {
        echo $c;
    }
}
?>

    <script src="/js/headfoot.js"></script>


            </div><!-- #content -->
            <div id="footer">
                <hr />
                <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/ssplogo-fish-small.png" alt="Small fish logo" style="float: right" />		
16
                    simplesamlphp Copyright &copy; 2007-2019 <a href="http://uninett.no/">UNINETT AS</a>
Wolfgang Knopki's avatar
Wolfgang Knopki committed
17
18
19
20
21
22
23

                <br style="clear: right" />

            </div><!-- #footer -->
        </div><!-- #wrap -->
    </body>
</html>