aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-15 06:28:50 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-15 06:28:50 +0000
commit81e08d85d61dacc8901f906ca530fa80d6648e1d (patch)
tree1f2994db50e3101df3bfc9c6e8f92e35f15a7dc9 /month.php
parent916ad724a5c2c69026ab8e588feb092eeaeef93c (diff)
downloadphpicalendar-81e08d85d61dacc8901f906ca530fa80d6648e1d.tar.gz
phpicalendar-81e08d85d61dacc8901f906ca530fa80d6648e1d.tar.bz2
phpicalendar-81e08d85d61dacc8901f906ca530fa80d6648e1d.zip
Major changes in BYDAY monthly support, added new stuffs to readme and
added new calendar to test and fix.
Diffstat (limited to 'month.php')
-rw-r--r--month.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/month.php b/month.php
index 8af0d59..55e7a83 100644
--- a/month.php
+++ b/month.php
@@ -126,8 +126,8 @@ $num_of_events = 0;
}
}
if ($i == 0) echo '<tr height="105">';
- echo '<td valign="top" align="left" '.$bgclass.' width="105" height="105">';
if (isset($master_array[("$daylink")])) {
+ echo '<td valign="top" align="left" '.$bgclass.' width="105" height="105">';
echo '<div align="right"><font class="G10"><a class="psf" href="day.php?cal='.$cal.'&amp;getdate='.$daylink.'">'.$day.'</a></font></div>';
echo '<div align="left">';
if ($master_array[("$daylink")]) {
@@ -162,7 +162,7 @@ $num_of_events = 0;
echo '</td>';
} else {
echo '<td align="center" valign="top" '.$bgclass.' width="105" height="105">';
- echo '<a class="psf" href="day.php?cal='.$cal.'&amp;getdate='.$daylink.'">'.$day.'</a>';
+ echo '<div align="right"><font class="G10"><a class="psf" href="day.php?cal='.$cal.'&amp;getdate='.$daylink.'">'.$day.'</a></font></div>';
echo '</td>';
}
$sunday = strtotime("+1 day", $sunday);

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