openrat-cms

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

commit 021c3858456742ddfb7c56a10e2ee2977f16a707
parent 78694af6f6e1dfd1598191c725569d8624febd9e
Author: dankert <devnull@localhost>
Date:   Sun, 29 Jan 2006 18:30:59 +0100

Anzeige Laufzeit von "page-end" nach "window-end" verschoben

Diffstat:
themes/default/include/html/page-end.inc.php | 2+-
themes/default/include/html/window-end.inc.php | 11+++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/themes/default/include/html/page-end.inc.php b/themes/default/include/html/page-end.inc.php @@ -5,7 +5,7 @@ <br/> <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> <?php } ?> </body> diff --git a/themes/default/include/html/window-end.inc.php b/themes/default/include/html/window-end.inc.php @@ -3,4 +3,12 @@ </tr> </table> -</center>- \ No newline at end of file +</center> + +<?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 } ?>