aboutsummaryrefslogtreecommitdiffstats
path: root/functions/list_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-08-12 19:08:00 +0000
committerChad Little <clittle@users.sourceforge.net>2004-08-12 19:08:00 +0000
commit67f44a9496bed9aab33b40b7c9a2bc121655dab9 (patch)
treedcd07207225959f2ff9ad7ff05c8c40d433a15c9 /functions/list_functions.php
parentdf23c80a63a92a907f38d90c40f556076b0b0c56 (diff)
downloadphpicalendar-67f44a9496bed9aab33b40b7c9a2bc121655dab9.tar.gz
phpicalendar-67f44a9496bed9aab33b40b7c9a2bc121655dab9.tar.bz2
phpicalendar-67f44a9496bed9aab33b40b7c9a2bc121655dab9.zip
Jump to added.
Diffstat (limited to 'functions/list_functions.php')
-rw-r--r--functions/list_functions.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/list_functions.php b/functions/list_functions.php
index 1927a68..39a0f8c 100644
--- a/functions/list_functions.php
+++ b/functions/list_functions.php
@@ -3,7 +3,8 @@
function list_jumps() {
global $second_offset, $lang, $cal;
$today = date('Ymd', strtotime("now + $second_offset seconds"));
- $return = '<option value="day.php?cal='.$cal.'&amp;getdate='.$today.'">'.$lang['l_goday'].'</option>';
+ $return = '<option value="#">'.$lang['l_jump'].'</option>';
+ $return .= '<option value="day.php?cal='.$cal.'&amp;getdate='.$today.'">'.$lang['l_goday'].'</option>';
$return .= '<option value="week.php?cal='.$cal.'&amp;getdate='.$today.'">'.$lang['l_goweek'].'</option>';
$return .= '<option value="month.php?cal='.$cal.'&amp;getdate='.$today.'">'.$lang['l_gomonth'].'</option>';
$return .= '<option value="year.php?cal='.$cal.'&amp;getdate='.$today.'">'.$lang['l_goyear'].'</option>';

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