From cf2b0c139b4ca884b5ce335ce893f2211b8e95bb Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 30 Jan 2004 22:49:01 +0000 Subject: Mid-day sanity checkin. --- month.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'month.php') 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 -- cgit v1.2.3