From acf7bbae2c2bf83f913c88f8a7a7659c7f6c2d15 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 1 Feb 2004 02:20:05 +0000 Subject: Year templating is working. --- year.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'year.php') diff --git a/year.php b/year.php index 60401cd..acd8d4d 100644 --- a/year.php +++ b/year.php @@ -8,7 +8,7 @@ $current_view = 'year'; ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); $this_day = $day_array2[3]; $this_month = $day_array2[2]; -$this_year = $day_array2[1]. '01'. '01'; +$this_year = $day_array2[1]; $display_date = $day_array2[1]; $unix_time = strtotime($getdate); @@ -36,6 +36,7 @@ $page->replace_tags(array( 'rss_available' => '', 'rss_valid' => '', 'todo_available' => '', + 'event_js' => '', 'show_search' => '', 'next_month' => $next_month, 'prev_month' => $prev_month, -- cgit v1.2.3