openrat-cms

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

commit bc4cd02bb798cac4c1642e050b5685cacda4e3be
parent 788fb84cea5563a46190a70e84d2f4ef65a214e1
Author: dankert <devnull@localhost>
Date:   Mon, 22 Oct 2007 19:59:56 +0200

Ausgabe der Laufzeit zentrieren.

Diffstat:
themes/default/include/html/window-end.inc.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/default/include/html/window-end.inc.php b/themes/default/include/html/window-end.inc.php @@ -8,7 +8,7 @@ <?php if ($showDuration) { ?> <br/> -<small>&nbsp; +<center><small>&nbsp; <?php $dur = time()-START_TIME; - echo floor($dur/60).':'.str_pad($dur%60,2,'0',STR_PAD_LEFT); ?></small> + echo floor($dur/60).':'.str_pad($dur%60,2,'0',STR_PAD_LEFT); ?></small></center> <?php } ?>