diff --git a/mymodule/themes/fancytheme/default/_footer.twig b/mymodule/themes/fancytheme/default/_footer.twig new file mode 100644 index 0000000000000000000000000000000000000000..f455b8d88243df7ff942804fe537b529808b827e --- /dev/null +++ b/mymodule/themes/fancytheme/default/_footer.twig @@ -0,0 +1,12 @@ +<div id="footer"> + <script src="/js/headfoot.js"> </script> + <div class="wrap"> + <div class="center copyrights">© 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> diff --git a/mymodule/themes/fancytheme/default/_header.twig b/mymodule/themes/fancytheme/default/_header.twig new file mode 100644 index 0000000000000000000000000000000000000000..7abc03d01898ce3d22ee8d77cd6a01178f18878c --- /dev/null +++ b/mymodule/themes/fancytheme/default/_header.twig @@ -0,0 +1,3 @@ +<div id="header"> + +</div>