aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-01-30 22:49:01 +0000
committerChad Little <clittle@users.sourceforge.net>2004-01-30 22:49:01 +0000
commitcf2b0c139b4ca884b5ce335ce893f2211b8e95bb (patch)
tree438a68cb4292be6d04fdac6dc80cd2b09dd517c7 /month.php
parent3425e2a6bfeb947b455568a01af55c2e853f8767 (diff)
downloadphpicalendar-cf2b0c139b4ca884b5ce335ce893f2211b8e95bb.tar.gz
phpicalendar-cf2b0c139b4ca884b5ce335ce893f2211b8e95bb.tar.bz2
phpicalendar-cf2b0c139b4ca884b5ce335ce893f2211b8e95bb.zip
Mid-day sanity checkin.
Diffstat (limited to 'month.php')
-rw-r--r--month.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/month.php b/month.php
index 0cee7f2..2494760 100644
--- a/month.php
+++ b/month.php
@@ -44,6 +44,10 @@ $list_years = list_years();
$list_months = list_months();
$list_weeks = list_weeks();
+$php_ended = getmicrotime();
+
+$generated = number_format(($php_ended-$php_started),3);
+//$generated = sprintf($search_took_lang,$search_took);
$page = new Page(BASE.'templates/'.$template.'/month.tpl');
@@ -64,12 +68,13 @@ $page->replace_tags(array(
'next_month' => $next_month,
'prev_month' => $prev_month,
'show_goto' => '',
+ 'is_logged_in' => '',
'list_icals' => $list_icals,
'list_years' => $list_years,
'list_months' => $list_months,
'list_weeks' => $list_weeks,
'style_select' => $style_select,
- 'message' => $message
+ 'generated' => $generated
));
@@ -77,3 +82,6 @@ $page->replace_langs($lang);
$page->output();
+
+
+?> \ No newline at end of file

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