aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-02-01 02:20:05 +0000
committerChad Little <clittle@users.sourceforge.net>2004-02-01 02:20:05 +0000
commitacf7bbae2c2bf83f913c88f8a7a7659c7f6c2d15 (patch)
treeb1809b5de92d46fb5385c2541a2fac23053ee078 /year.php
parent9577dad4f3940246d3c1b89c5b5b41c7a34f874f (diff)
downloadphpicalendar-acf7bbae2c2bf83f913c88f8a7a7659c7f6c2d15.tar.gz
phpicalendar-acf7bbae2c2bf83f913c88f8a7a7659c7f6c2d15.tar.bz2
phpicalendar-acf7bbae2c2bf83f913c88f8a7a7659c7f6c2d15.zip
Year templating is working.
Diffstat (limited to 'year.php')
-rw-r--r--year.php3
1 files changed, 2 insertions, 1 deletions
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,

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