diff options
author | Arno Teigseth <arno@teigseth.no> | 2011-02-05 08:48:27 +0000 |
---|---|---|
committer | Arno Teigseth <arno@teigseth.no> | 2011-02-05 08:48:27 +0000 |
commit | 4f3d565a5e5ede6eb6fd1f276d4e8ad37b67b5ce (patch) | |
tree | 7af736540eca93034428a975bd850e709fbbe2e5 /JLanguageTool/website/include/footer.php | |
parent | ecaee85ab5984ebadd56721c295dc26b3335f7ce (diff) | |
download | grammar-norwegian-master.tar.gz grammar-norwegian-master.tar.bz2 grammar-norwegian-master.tar.xz |
Diffstat (limited to 'JLanguageTool/website/include/footer.php')
-rw-r--r-- | JLanguageTool/website/include/footer.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/JLanguageTool/website/include/footer.php b/JLanguageTool/website/include/footer.php new file mode 100644 index 0000000..ab1c576 --- /dev/null +++ b/JLanguageTool/website/include/footer.php @@ -0,0 +1,20 @@ + <!-- /MAIN TEXT --> + + </td> +</tr> +</table> + +<p class="lastmod">Last modified: + <?php + list($date, $time, $cet) = split(" ", $lastmod); + print $date; + ?> +</p> +<p class="invisible">Time to generate page: +<?php + print sprintf("%.2fs", getmicrotime()-$start_time); +?> +</p> + +</body> +</html> |