aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-05 17:42:11 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-05 17:42:11 +0000
commit253ef013b351f8ec885d596af7b611568138b400 (patch)
tree5fbed6c5189a889b160bfaa1e21ea1c48fe690b6 /day.php
parent537dcdf6662607c532d4a5fde1a533d09e1d81f6 (diff)
downloadphpicalendar-253ef013b351f8ec885d596af7b611568138b400.tar.gz
phpicalendar-253ef013b351f8ec885d596af7b611568138b400.tar.bz2
phpicalendar-253ef013b351f8ec885d596af7b611568138b400.zip
*** empty log message ***
Diffstat (limited to 'day.php')
-rw-r--r--day.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/day.php b/day.php
index 03a1c63..6de369a 100644
--- a/day.php
+++ b/day.php
@@ -35,7 +35,7 @@ $this_month = $day_array2[2];
$this_year = $day_array2[1];
$parse_month = date ('Ym', $date);
-$thisday2 = localizeDate($dateFormat_week_list, $date);
+$thisday2 = localizeDate($dateFormat_week_list, $unix_time);
$dayborder = 0;
@@ -83,9 +83,9 @@ if ($master_array[($getdate)]) {
<td align="right" width="90" class="navback">
<table width="90" border="0" cellpadding="0" cellspacing="0">
<tr>
- <td><?php echo '<a class="psf" href="day.php?cal='.$cal.'&getdate='.$getdate.'"><img src="styles/'.$style_sheet.'/day_on.gif" alt=""></td>'; ?>
- <td><?php echo '<a class="psf" href="week.php?cal='.$cal.'&getdate='.$getdate.'"><img src="styles/'.$style_sheet.'/week_on.gif" alt=""></td>'; ?>
- <td><?php echo '<a class="psf" href="month.php?cal='.$cal.'&getdate='.$getdate.'"><img src="styles/'.$style_sheet.'/month_on.gif" alt=""></td>'; ?>
+ <td><?php echo '<a class="psf" href="day.php?cal='.$cal.'&getdate='.$getdate.'"><img src="styles/'.$style_sheet.'/day_on.gif" alt="" border="0"></td>'; ?>
+ <td><?php echo '<a class="psf" href="week.php?cal='.$cal.'&getdate='.$getdate.'"><img src="styles/'.$style_sheet.'/week_on.gif" alt="" border="0"></td>'; ?>
+ <td><?php echo '<a class="psf" href="month.php?cal='.$cal.'&getdate='.$getdate.'"><img src="styles/'.$style_sheet.'/month_on.gif" alt="" border="0"></td>'; ?>
</tr>
</table>
</td>

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