aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-06 20:50:59 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-06 20:50:59 +0000
commit12dfffb48d1862275ece90d8c7b499ac606ffdc9 (patch)
tree39e399036cc3abd7433e2158e427edb589b00576 /month.php
parent4c099805e02534ca88ddf89eca5d7cd9bd5aac67 (diff)
downloadphpicalendar-12dfffb48d1862275ece90d8c7b499ac606ffdc9.tar.gz
phpicalendar-12dfffb48d1862275ece90d8c7b499ac606ffdc9.tar.bz2
phpicalendar-12dfffb48d1862275ece90d8c7b499ac606ffdc9.zip
More style sheeting stuff.
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/month.php b/month.php
index 7006334..b338903 100644
--- a/month.php
+++ b/month.php
@@ -80,7 +80,7 @@
for ($i=0; $i<7; $i++) {
$day_num = date("w", $start_day);
$day = $daysofweek_lang[$day_num];
- print "<td valign=\"top\" width=\"105\" height=\"12\" bgcolor=\"#eeeeee\" class=\"V9\"><center><b>$day</b></center></td>";
+ print "<td valign=\"top\" width=\"105\" height=\"12\" class=\"dateback\"><center><font class=\"V9BOLD\">$day</font></center></td>";
$start_day = ($start_day + (24.5 * 60 * 60));
}
?>

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