aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-14 21:01:34 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-14 21:01:34 +0000
commit557fe532a369df55a598040b1f1f07fc87bcc1dc (patch)
treede7cc5f311e38013d9e5f767222189e2bac75365 /day.php
parent62cca1dd882d27f0891e1b4ea0fec218f749ab44 (diff)
downloadphpicalendar-557fe532a369df55a598040b1f1f07fc87bcc1dc.tar.gz
phpicalendar-557fe532a369df55a598040b1f1f07fc87bcc1dc.tar.bz2
phpicalendar-557fe532a369df55a598040b1f1f07fc87bcc1dc.zip
Removed many many tables from month view, switched to DIVS. Fixed openevent, added link class.
Diffstat (limited to 'day.php')
-rw-r--r--day.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/day.php b/day.php
index 8b16898..e7b6954 100644
--- a/day.php
+++ b/day.php
@@ -118,7 +118,8 @@ if (isset($master_array[($getdate)])) {
0,
"",
'<font color="#ffffff"><i>',
- "</i></font>");
+ "</i></font>",
+ "psf");
echo "</td>\n</tr>\n";
}
echo '</table>'."\n";
@@ -271,7 +272,8 @@ if (isset($master_array[($getdate)])) {
"",
0,
"<font class=\"eventfont\">",
- "</font>");
+ "</font>",
+ "psf");
echo '</td></tr>'."\n";
echo '</table>'."\n";
echo '</td>'."\n";

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