aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-01 02:45:54 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-01 02:45:54 +0000
commit972908f8a0f06713db318770eb204579fa08a507 (patch)
treef72c96b85944101ed831cdff3cb7e9b96a58938d /functions
parentacf7bbae2c2bf83f913c88f8a7a7659c7f6c2d15 (diff)
downloadphpicalendar-972908f8a0f06713db318770eb204579fa08a507.tar.gz
phpicalendar-972908f8a0f06713db318770eb204579fa08a507.tar.bz2
phpicalendar-972908f8a0f06713db318770eb204579fa08a507.zip
Page generated in x seconds added.
Diffstat (limited to 'functions')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index 52fc408..a59ea29 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -212,7 +212,7 @@ class Page {
$php_ended = getmicrotime();
$generated = number_format(($php_ended-$php_started),3);
- echo $generated;
+ $this->page = str_replace('{GENERATED}', $generated, $this->page);
print($this->page);
}
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy