From c143f2891418cb0f0ae0f80f7d2d58e69879a722 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 31 Jan 2004 07:07:37 +0000 Subject: Many many changes. Faster templating. --- month.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'month.php') 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(); -- cgit v1.2.3