server/php/basic/resources/templates/footer.php
author rougeronj
Wed, 30 Sep 2015 16:33:38 +0200
changeset 556 2737bc21e6dd
parent 442 adb907bba956
permissions -rw-r--r--
In case the browser doesn't support fullscreen, disabled button and change tooltip Update css and translation of the new tooltip mesage

    <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>