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