aboutsummaryrefslogtreecommitdiffstats
path: root/week.php
diff options
context:
space:
mode:
authorJason Oster <parasytic@users.sourceforge.net>2009-05-15 21:50:08 +0000
committerJason Oster <parasytic@users.sourceforge.net>2009-05-15 21:50:08 +0000
commit158c4e9b745749df5ee20dc05a625f06b27ac693 (patch)
tree72fe64d83602a5f651c6265bd06f32ebcffac6c8 /week.php
parent3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82 (diff)
downloadphpicalendar-158c4e9b745749df5ee20dc05a625f06b27ac693.tar.gz
phpicalendar-158c4e9b745749df5ee20dc05a625f06b27ac693.tar.bz2
phpicalendar-158c4e9b745749df5ee20dc05a625f06b27ac693.zip
Fix language variables in day and week views
Diffstat (limited to 'week.php')
-rw-r--r--week.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/week.php b/week.php
index 80cc53d..3c974e4 100644
--- a/week.php
+++ b/week.php
@@ -96,6 +96,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