aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-18 06:41:44 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-18 06:41:44 +0000
commitd1a26187378700f80ff22d173abc0fedced3be81 (patch)
tree69bd87a2630b7800c64891217f7a1c27071d47a7 /year.php
parent3add0b7cf77b4b7c6dccbbb3723011784e68a69b (diff)
downloadphpicalendar-d1a26187378700f80ff22d173abc0fedced3be81.tar.gz
phpicalendar-d1a26187378700f80ff22d173abc0fedced3be81.tar.bz2
phpicalendar-d1a26187378700f80ff22d173abc0fedced3be81.zip
More tweeks to green style sheet for 0.7
Diffstat (limited to 'year.php')
-rw-r--r--year.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/year.php b/year.php
index 82509bd..38ce618 100644
--- a/year.php
+++ b/year.php
@@ -89,7 +89,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
for ($i=0; $i<7; $i++) {
$day_num = date("w", $start_day);
$day = $daysofweekshort_lang[$day_num];
- print '<td width="30" height="14" class="monthoff" align="center"><font class="V9BOLD">' . $day . '</td>' . "\n";
+ print '<td width="30" height="14" class="dateback" align="center"><font class="V9BOLD">' . $day . '</td>' . "\n";
$start_day = ($start_day + (24.5 * 60 * 60));
}
?>

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