aboutsummaryrefslogtreecommitdiffstats
path: root/month.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 /month.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 'month.php')
-rw-r--r--month.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/month.php b/month.php
index 04516bd..9c2953b 100644
--- a/month.php
+++ b/month.php
@@ -84,7 +84,9 @@ $page->replace_tags(array(
'rss_available' => '',
'rss_valid' => '',
'show_search' => $phpiCal_config->show_search,
+ 'next_day' => $tomorrows_date,
'next_month' => $next_month,
+ 'prev_day' => $yesterdays_date,
'prev_month' => $prev_month,
'show_goto' => '',
'show_user_login' => $show_user_login,
@@ -110,6 +112,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'],
@@ -148,10 +152,8 @@ if ($phpiCal_config->this_months_events == 'yes') {
} else {
$page->nomonthbottom($page);
}
-$page->draw_subscribe($page);
+$page->draw_subscribe($page);
$page->output();
-
-
?>

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