summaryrefslogtreecommitdiffstats
path: root/JLanguageTool/website/include/footer.php
blob: ab1c5768d9b260bfd5f06f26deda7959544e5958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>