aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-05-13 18:38:14 +0000
committerChad Little <clittle@users.sourceforge.net>2004-05-13 18:38:14 +0000
commit1b2060a4ce1ccdd4436e53d429d23392550927fc (patch)
tree23a006198af4fd18e2b82b8f3d8407e1c1f36522
parent3e70622a7eaead6d7474de9fd6bb3751df89cc0f (diff)
downloadphpicalendar-1b2060a4ce1ccdd4436e53d429d23392550927fc.tar.gz
phpicalendar-1b2060a4ce1ccdd4436e53d429d23392550927fc.tar.bz2
phpicalendar-1b2060a4ce1ccdd4436e53d429d23392550927fc.zip
Fixed bug in index, colors in cal 7 in css.
-rw-r--r--index.php4
-rw-r--r--templates/default/default.css2
2 files changed, 4 insertions, 2 deletions
diff --git a/index.php b/index.php
index afabd37..c49ac4e 100644
--- a/index.php
+++ b/index.php
@@ -11,6 +11,8 @@ if ($printview_default == 'yes') {
} else {
$default_view = "$default_view" . ".php";
}
-header("Location: $default_view");
+/*header("Location: $default_view");*/
+
+include( $default_view );
?> \ No newline at end of file
diff --git a/templates/default/default.css b/templates/default/default.css
index 582f919..8d8eab5 100644
--- a/templates/default/default.css
+++ b/templates/default/default.css
@@ -38,7 +38,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;}
.eventbg2_4 { background-color: #EA62D4; border: 1px solid #B257A2; }
.eventbg2_5 { background-color: #FF5E56; border: 1px solid #D42020; }
.eventbg2_6 { background-color: #FFEB4A; border: 1px solid #CCB21F; }
-.eventbg2_7 { background-color: #73738C; border: 1px solid #73738C; }
+.eventbg2_7 { background-color: #9292A1; border: 1px solid #73738C; }
.dayborder { background-color: #fff; border-top: 1px solid #A1A5A9; }
.dayborder2 { background-color: #fff; border-top: 1px dashed #ccc; }

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