aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-07-07 14:48:28 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-07-07 14:48:28 +0000
commitf36d3298f0401e4fb1ca131d18d51d3d47e39818 (patch)
tree46c674f1774b120741ea173c4706f581cbd7dccf /year.php
parent710abd276f9720e6e5b049c64d0aac5a2cc198d5 (diff)
downloadphpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.tar.gz
phpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.tar.bz2
phpicalendar-f36d3298f0401e4fb1ca131d18d51d3d47e39818.zip
HTML/CSS template rewrites, nice-title integration, XSS fixes, version bump
Diffstat (limited to 'year.php')
-rw-r--r--year.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/year.php b/year.php
index 9d5564d..bef2fd6 100644
--- a/year.php
+++ b/year.php
@@ -14,7 +14,7 @@ $next_year = date ("Ymd", $next_year);
$prev_year = strtotime ("-1 year", strtotime($getdate));
$prev_year = date ("Ymd", $prev_year);
-$sidebar_date = localizeDate($dateFormat_day, strtotime($getdate));
+$sidebar_date = localizeDate($dateFormat_week_list, strtotime($getdate));
// For the side months
ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2);
@@ -69,7 +69,6 @@ $page->replace_tags(array(
'rss_available' => '',
'rss_valid' => '',
'todo_available' => '',
- 'event_js' => '',
'this_year' => $this_year,
'next_day' => @$next_day,
'next_week' => @$next_week,
@@ -99,6 +98,8 @@ $page->replace_tags(array(
'l_tomorrows' => $lang['l_tomorrows'],
'l_jump' => $lang['l_jump'],
'l_todo' => $lang['l_todo'],
+ 'l_prev' => $lang['l_prev'],
+ 'l_next' => $lang['l_next'],
'l_day' => $lang['l_day'],
'l_week' => $lang['l_week'],
'l_month' => $lang['l_month'],

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