openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 488d3d514203a2bfa481fda4b04db2deb53dc200
parent ec355ff572234809c117de8f8405cdf66d1a95a0
Author: dankert <devnull@localhost>
Date:   Wed, 10 Oct 2007 22:17:29 +0200

Vollst?ndiger Ausbau von der Dauerz?hlung.

Diffstat:
themes/default/include/html/page-end.inc.php | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/themes/default/include/html/page-end.inc.php b/themes/default/include/html/page-end.inc.php @@ -1,12 +1,6 @@ <!-- $Id$ --> -<?php if ($showDuration) { ?> -<br/> -<small>&nbsp; -<?php $dur = time()-START_TIME; -// echo floor($dur/60).':'.str_pad($dur%60,2,'0',STR_PAD_LEFT); ?></small> -<?php } ?> </body> </html> \ No newline at end of file