server/php/basic/resources/templates/footer.php
author rougeronj
Fri, 12 Jun 2015 15:41:26 +0200
changeset 479 be510a7fc5ac
parent 442 adb907bba956
permissions -rw-r--r--
send the id to the template and construct an proper url for each node passing the id to the parameter idNode

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