An error occurred while loading the file. Please try again.
-
Wolfgang Knopki authoredcf24b36e
<?php
if (!empty($this->data['htmlinject']['htmlContentPost'])) {
foreach ($this->data['htmlinject']['htmlContentPost'] as $c) {
echo $c;
}
}
?>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<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" />
Copyright © 2007-2019 <a href="http://uninett.no/">UNINETT AS</a>
<br style="clear: right" />
</div><!-- #footer -->
</div><!-- #wrap -->
</body>
</html>