From 1b2060a4ce1ccdd4436e53d429d23392550927fc Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 13 May 2004 18:38:14 +0000 Subject: Fixed bug in index, colors in cal 7 in css. --- index.php | 4 +++- templates/default/default.css | 2 +- 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; } -- cgit v1.2.3