server/php/basic/resources/templates/footer.php
author rougeronj
Tue, 15 Sep 2015 12:24:58 +0200
changeset 521 0d9b3f1b97e7
parent 442 adb907bba956
permissions -rw-r--r--
Create new view id the current one isn't in the project or if it's the first one (so we let the first one always unchanged) Otherwise modify the current one
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>