aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-31 07:07:37 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-31 07:07:37 +0000
commitc143f2891418cb0f0ae0f80f7d2d58e69879a722 (patch)
tree334840b988d61e27d5ae3ab1b9ee29a2cf0bdd0a /month.php
parent90f43e0c205d2e511bb0255fa20d422d15cffc64 (diff)
downloadphpicalendar-c143f2891418cb0f0ae0f80f7d2d58e69879a722.tar.gz
phpicalendar-c143f2891418cb0f0ae0f80f7d2d58e69879a722.tar.bz2
phpicalendar-c143f2891418cb0f0ae0f80f7d2d58e69879a722.zip
Many many changes. Faster templating.
Diffstat (limited to 'month.php')
-rw-r--r--month.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/month.php b/month.php
index c3207b1..b87d662 100644
--- a/month.php
+++ b/month.php
@@ -44,9 +44,6 @@ $list_years = list_years();
$list_months = list_months();
$list_weeks = list_weeks();
-$php_ended = getmicrotime();
-$generated = number_format(($php_ended-$php_started),3);
-
$page = new Page(BASE.'templates/'.$template.'/month.tpl');
$page->replace_tags(array(
@@ -76,8 +73,6 @@ $page->replace_tags(array(
));
-$page->replace_langs($lang);
-
$page->output();

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