_footer.twig 432 Bytes
Newer Older
Wolfgang Knopki's avatar
Wolfgang Knopki committed
1
2
3
4
5
6
7
8
9
10
11
12
<div id="footer">
  <script src="/js/headfoot.js"> </script>
  <div class="wrap">
    <div class="center copyrights">&copy; 2007-{{ year }} <a href="https://simplesamlphp.org/">SimpleSAMLphp</a>
    </div>
    <div class="logo-footer-right show-for-large">
      <div class="logo-footer">
        <img class="pure-img" src="{{ asset("icons/ssplogo-fish-small.png") }}" alt="Small fish logo">
      </div>
    </div>
  </div>
</div>