server/php/basic/resources/templates/footer.php
author rougeronj
Fri, 02 Oct 2015 18:15:48 +0200
changeset 575 3e48b1672ace
parent 442 adb907bba956
permissions -rw-r--r--
fix bugs about fullscreen and resize behavior. When trying to go full screen here are the steps: - turn off onresize event when going fullscreen - call resize function after fullscreen - turn on onresize event

    <footer id="footer">
        <div>© <?php echo date("Y"); ?> IRI </div>
    </footer>
    <script src="static/lib/jquery.js"></script>
    <script src="static/lib/foundation/js/foundation.min.js"></script>
    <script>
      $(document).foundation();
    </script>
  </body>
</html>