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>