server/php/basic/resources/templates/footer.php
author rougeronj
Wed, 03 Jun 2015 17:27:46 +0200
changeset 471 e0c7be5dc02c
parent 442 adb907bba956
permissions -rw-r--r--
Add a router to handle fragment identifier Set up a listener of the router in the scene to update it Start Backbone.history (eventlistener of the router) when all the project is loaded Include router.js to all the test file
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
442
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
    <footer id="footer">
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
        <div>© <?php echo date("Y"); ?> IRI </div>
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    </footer>
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    <script src="static/lib/jquery.js"></script>
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    <script src="static/lib/foundation/js/foundation.min.js"></script>
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    <script>
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
      $(document).foundation();
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    </script>
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  </body>
adb907bba956 add server php example
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
</html>