server/php/basic/resources/templates/footer.php
author rougeronj
Mon, 14 Sep 2015 11:48:24 +0200
changeset 516 7d1d44b53af5
parent 442 adb907bba956
permissions -rw-r--r--
small fixes to be sure the project and the view are loaded before using it

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